Viewing 13 posts - 76 through 88 (of 88 total)
To be honest, I can't think of a way. I'm sure I will get corrected on this, but I think the concept of a "schema" in SQL 2000 is...
March 6, 2008 at 10:27 am
More info (and a bit of a bump)
The source SQL statement is:
[font="Courier New"]select [col1], [col2], [col3], [col4] from [Sheet1$][/font]
I can preview the sheet if I just select it, but if...
March 4, 2008 at 5:22 am
Hi Rohit,
Generally, no, you shouldn't need to reboot your database server weekly to regain performance. If you find that you are seeing a performance increase when you restart, then...
March 3, 2008 at 6:47 pm
Rob Goddard (10/23/2007)
October 23, 2007 at 5:33 am
Generally replication is employed once the data structure has calmed down and isn't changed often. If you do need to alter or drop a published article, you need to...
October 23, 2007 at 4:43 am
Syed Anis (10/15/2007)
SET DATABASEFOLDER=%STRING%\My Documents\TIMS\Databases
SET DATABASETEMP=%DATABASEFOLDER%
echo Detaching Databases from Default Instance
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\osql" -E -Q "exec sp_detach_db @dbname='EZSalesOrder'"
echo Database Detached Successfully
echo Re-attaching Databases...
October 22, 2007 at 5:41 am
Hi Lester,
For modifications to views and procedures to be replicated, they need to be included as articles in the publication.
For new views and procedures to be replicated, these need to...
October 22, 2007 at 5:22 am
Isn't creating user objects in master a cardinal sin?
August 6, 2007 at 8:16 am
Hi there,
Great article! We do something similar here, but with a push method as we have a lot of overseas servers etc. We also use the DBCC SQLPERF(LOGSPACE)...
August 2, 2007 at 9:38 am
Thanks for all your help, biggest cookie goes to Xanthos for suggesting the hot fix.
The issue was the bug in SQL 2000 SP4 on 32 systems, and applying the hot fix...
April 3, 2007 at 4:29 am
Thanks for all the replies.
It is definitely using AWE. Prior to enabling AWE, SQL was only using 1.7GB, after enabling it is using just under 4GB.
I know that Task Manager...
April 2, 2007 at 6:28 am
Just an update,
This has been running for nearly a week and has successfully stopped the stalled job on a number of occasions, so cookies all round!
March 14, 2007 at 8:49 am
Thanks for your help Russel,
I'll give this a go and post back.
thanks!
Rob.
March 8, 2007 at 2:30 am
Viewing 13 posts - 76 through 88 (of 88 total)