Viewing 15 posts - 1 through 15 (of 77 total)
Thanks
Gary
September 6, 2004 at 11:05 am
Would it make any sense to create a temp table to insert data to be saved, then truncate original table, then reinsert to original table from temp table or rename...
August 25, 2004 at 10:14 am
Removes all rows from a table without logging the individual row deletes.
TRUNCATE TABLE name
If row deletes are not logged, then maybe the log issue is not an issue.
Above...
August 25, 2004 at 10:09 am
The Northwind Traders sample database contains the sales data for a fictitious company called Northwind Traders, which imports and exports specialty foods from around the world.
If you...
August 24, 2004 at 1:39 pm
IMHO I would not install the .Net framework in your clustered environment WITHOUT proving it works in a test clustered environment first. This may be difficult to do in the...
August 24, 2004 at 11:18 am
Kudos on sharing your efforts with the SQL Server community. Obviously serious thought has gone into the development of the script (not to mention the customizing of it in order to make...
August 22, 2004 at 10:04 am
If the computed column were not the last column in the table and a table insert is performed, then must the insert specify the table column names.
i.e. table cols are...
August 13, 2004 at 8:34 pm
Thanks for the answer. I did mean Blog. This term is used in the SQLServerCentral.com Daily Update.
Again, thanks!!
Gary Andrews
August 12, 2004 at 4:00 pm
My apology, but what is the question/issue being addressed?
Gary Andrews
August 4, 2004 at 3:40 pm
It appears there is an alternative of which I was not aware called:
Please visit following website for information on this product.
August 2, 2004 at 8:16 pm
I did exactly what Brian suggested with great success!!!
Thanks Brian for pointing out this helpful aid.
Gary Andrews
August 2, 2004 at 12:59 pm
A good time back I ran into an free application developed by Denis Ducasse which can be used to send e-mails via SMTP (SQL 7/2000). The application is easy to...
August 2, 2004 at 11:27 am
cchitanu I think you are aware of the following tool, but for others who read this that may not be:
http://www.codeproject.com/vb/net/DBstressUtil.asp
Gary Andrews
July 1, 2004 at 11:05 am
I will make available the application I developed to estimate table size and clustered index size for MS SQL Server 7/2000 for FREE to anyone interested.
"TABLESIZER" is a Visual Basic...
May 11, 2004 at 6:23 pm
What table design did you finally come up with?
GaryA
April 6, 2004 at 12:48 pm
Viewing 15 posts - 1 through 15 (of 77 total)