Viewing 15 posts - 151 through 165 (of 325 total)
borra2005 (2/24/2010)
I have an SP, with in that SP there is a transaction, when i try to call another SP which is in other data base ans has a...
April 4, 2011 at 12:36 am
You may be interested in an article on the this topic by me: Deleting large number of rows from a table & a heap in a VLDB[/url]
April 4, 2011 at 12:35 am
Read It (3/29/2011)
March 30, 2011 at 7:51 am
Kathy Massey (3/28/2011)
Scenario - Transaction Replication Server1 is Publisher/Distributor
Replication runs fine on...
March 29, 2011 at 3:22 am
Hello!
Thank-you all for your interest, and valuable feedback.
Some of the points mentioned in the feedback are really great. I will research them and update the article as necessary.
However, for some...
March 25, 2011 at 12:26 pm
Excellent question, with an excellent (If I may dare say, better than BOL) explanation!
Have a wonderful day!
March 20, 2011 at 10:53 pm
amit_adarsh (3/17/2011)
You can not use any special character as a first later of procedure name except _ .
That is because they are not supported by the naming conventions for identifiers....
March 17, 2011 at 2:57 am
I couldn't agree more. Whenever I carry out code reviews, especially for junior members of the team, I typically find these to be the most common errors they make. I...
March 16, 2011 at 11:47 pm
I believe the reasons SQL Servers allows you to create the stored procedure are:
1. Procedure names must comply with the naming standard of Identifiers (mentioned in the link provided by...
March 15, 2011 at 11:38 pm
The two most commonly used options are:
1. OPENROWSET - http://msdn.microsoft.com/en-us/library/ms190312.aspx
2. Use Linked servers, as Garadin pointed out
March 14, 2011 at 1:32 am
If I understand you correctly, you need an aggregation, and then an aggregation of all aggregates (or more commonly, a summary row). You may want to try exploring the possibility...
March 13, 2011 at 11:04 pm
Thank-you for this great question! Because I started off with main-frame COBOL, I went with common sense (even before the SQL mind took over) and came to the conclusion that...
March 7, 2011 at 5:26 am
I have not worked on maps, but this article will get me started!
I have just gone through it once, and it is indeed quite thorough - must have taken a...
March 7, 2011 at 5:10 am
blandry (3/3/2011)
March 3, 2011 at 6:19 am
I completely agree with your assessment of the matter, Steve. Pressures do causes ISVs to chrun up patches faster, but we have seen that they are generally "band-aids" to stop...
March 3, 2011 at 6:18 am
Viewing 15 posts - 151 through 165 (of 325 total)