Viewing 15 posts - 16 through 30 (of 485 total)
Jeffrey Williams (8/10/2008)
For example, if you are going to be storing a lot of documents (thousands) - you probably wouldn't want to store them in the database. You probably...
Mark
August 12, 2008 at 11:52 am
Jack Corbett (7/30/2008)
To broadly generalize and call someone a luddite (one who is opposed to especially technological change - Mirriam-Webster Dictionary) because they take a stand on something or have...
Mark
July 30, 2008 at 9:08 am
HOORAH! Thanks for supporting common sense development, and not mind-numbing, one-solution-fits-all rules ("all sprocs, all the time"). It is always amazing to meet up with a "wizard" (aka...
Mark
July 30, 2008 at 7:47 am
kevriley (4/15/2008)
That's one of the attributes...
Mark
April 15, 2008 at 6:12 am
dominik.ladich (4/3/2008)
Mark
April 3, 2008 at 6:40 am
Assuming Windows 7 or whatever's next can make use of it.
Windows Vista 64-bit can use 128gb of memory for Ultimate, Business, and Enterprise editions (16gb/8gb for Home Premium/Basic). ...
Mark
March 5, 2008 at 8:19 am
You can check/remove duplicates as you are creating the inserts statements to push the data. Since the table is free from the new inserts coming in (whether you use...
Mark
December 28, 2007 at 3:31 pm
Jeff; Interesting option you raise with using synonyms. My project was long before SQL 2005, so that option was not available at the time. But it would...
Mark
December 28, 2007 at 3:18 pm
1. "rebuild a new TableA" - this is just a CREATE TABLE call? or is there anything more efficient that can be used to rebuild table?
Yes, just a Create Table...
Mark
December 28, 2007 at 2:33 pm
how does renaming of the TableA affects inserts?
Yes, it may affect them. However, in the system I worked on, testing showed it to be the least likely to...
Mark
December 28, 2007 at 1:48 pm
I had to do this for a project before, and each of the remote servers were over slow WAN links. Here's how I was able to do it best...
Mark
December 28, 2007 at 1:07 pm
No, in SQL2000 you cannot have table names as variables in a procedure.
But you can create the SQL in a variable dynamically, and execute the SQL. For example...
Mark
December 28, 2007 at 10:12 am
This article is showing in today's newsletter as being updated. What is the update? I don't see any discernable difference?
Mark
December 28, 2007 at 9:20 am
I have to admit that I was mildly surprised when I heard the Rockies were going all-online for the World Series, but it will not be too long in the...
Mark
October 25, 2007 at 9:31 pm
I knew I saw the BOL update somewhere this morning!
Wayne, that link points to the May 2007 update. Do you have a link to the September 2007 update?
Mark
October 15, 2007 at 3:14 pm
Viewing 15 posts - 16 through 30 (of 485 total)