Viewing 15 posts - 466 through 480 (of 938 total)
I noticed the same differences since I'm a "weekend warrior" with the government and work in the private sector during the week. The best theory I can come up with...
April 23, 2007 at 7:50 am
LOL I was wondering what was up with that table design when I read the question. The guy that designed that table needs to be fired, Trump-style!
April 19, 2007 at 8:50 pm
You want to start by looking at turning off "Automatic Key Management" with the ALTER MASTER KEY statement. Take a look here: http://msdn2.microsoft.com/en-us/library/ms174433.aspx, http://msdn2.microsoft.com/en-us/library/ms186937.aspx
April 18, 2007 at 9:34 pm
Hi Peter,
Private message me your email address and I'll send it to you as soon as I can - either late tonight or sometime tomorrow. I'll also send to Steve...
April 18, 2007 at 12:48 pm
Thanks Scott and all,
I tried to keep the example simple for the article, but I might take your suggestion a step further and assign the "Is Commission Eligible" indicator to a...
April 10, 2007 at 10:32 am
I agree, and that's why I recommend learning how to use NULL properly and using it in moderation. Saying "Get rid of all the NULLs!" is easy; actually doing it...
April 10, 2007 at 10:22 am
As long as you reference the XP's correctly in the master database, I don't see a problem. If you look through the Stored Procedure and UDF code, you'll be able to...
April 5, 2007 at 8:11 pm
Extended Stored Procedures, by definition, can only be installed in the master database. The other functions, procedures, and tables can be modified to work from another database, but they must still...
April 5, 2007 at 1:59 pm
FYI to Everyone:
Steve has made the source code (VC++ 7.1 solution) for this project available in a ZIP file from http://www.sqlservercentral.com/products/mcoles/default.asp.
Compilation of some parts requires Boost Library source (in particular...
April 4, 2007 at 6:44 pm
FYI to Everyone:
Steve has made the source code (VC++ 7.1 solution) for this project available in a ZIP file from http://www.sqlservercentral.com/products/mcoles/default.asp.
Compilation of some parts requires Boost Library source (in particular...
April 4, 2007 at 6:44 pm
FYI to Everyone:
Steve has made the source code (VC++ 7.1 solution) for this project available in a ZIP file from http://www.sqlservercentral.com/products/mcoles/default.asp.
Compilation of some parts requires Boost Library source (in particular...
April 4, 2007 at 6:43 pm
FYI to Everyone:
edtited: Contact the webmaster for the source.
Compilation of some partsrequires Boost Library source (in particular the Regular Expression extended procedures require Boost). Boost source is available for free...
April 4, 2007 at 6:42 pm
The functions can be modified to run from a different database from master; however, I don't know that you will get much of a performance improvement because the key_vault tables...
April 4, 2007 at 6:02 pm
Hi Anukul,
This particular issue is noted in the documentation. Usually it means that SQL Server could not load one of the supporting DLL's: MSVCR71.DLL or OPENDS60.DLL. The most likely reason...
April 3, 2007 at 7:14 pm
I notice a lot of people still using OPENXML to shred XML documents. I've only done light testing, but it appears there are definite resource advantages (much less memory), and there...
March 26, 2007 at 9:55 pm
Viewing 15 posts - 466 through 480 (of 938 total)