RDBMS

Technical Article

RE: Cross-server query in a stored procedure

  • Reply

cross-server queries are considered heterogenous queries so you have to set ansi_nulls/warnings "on" with the "GO"s then you have to create the procedure in QA (because you cant put three seperate statements in a "create sp window" in Enterprise Mangler. Once it is created you can alter it in Enterprise Mangler.

You rated this post out of 5. Change rating

2005-05-20

Technical Article

SELECT COUNT(*) or COUNT(1) Performance or Benefits?

  • Topic

What are the advantages of using COUNT(*) -or- COUNT(1) in the following examples:declare @Address1 int select @Address1 = count(1) from dbo.Customers where ID < 0 select @Address1 as Address1countdeclare @Address1 int select @Address1 = count(*) from dbo.Customers where ID < 0 select @Address1 as Address1count 

You rated this post out of 5. Change rating

2005-05-10

1,352 reads

Technical Article

RE: Replication Question

  • Reply

In reply to Scott's question, I will be inserting rows in the same tables as the replicated data, but I would not be updating any rows that were originally replicated.   However, he indicates this would be an issue even if just inserting data.I do need clarification on Hilary's reply.  She says "by default replication will […]

You rated this post out of 5. Change rating

2005-04-14

Technical Article

RE: find who accessed

  • Reply

Hi brian if i can ask another question on replication. we have an application in our office MSDE8 as backend and visual foxpro as frontend.now we want to enable replication.i mean users can take our application on their laptop and do some changes to data in offline mode.when they relogin to our main database server […]

You rated this post out of 5. Change rating

2003-12-30

Blogs

Deleting Old Local Git Branches–#SQLNewBlogger

By

I had a lot of local branches for a repo (actually a few repos)....

Use Your Voice

By

If you want more of a career and less of a job, one thing...

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers