Viewing 15 posts - 271 through 285 (of 335 total)
It's been a while since I tried this so I'm not sure if it will work for you, but I would add the column and make it nullable. Then...
August 7, 2003 at 8:00 am
I think there is a script in the script library that will kill all connections in a database. Just search for kill users, or something like that. If...
August 7, 2003 at 7:47 am
First, thanks for the reply Andy.
Second, I haven't tried it yet, but I think that I can do it with odbc. I've set up the dsn and see it...
August 7, 2003 at 6:35 am
If they are using cdonts for mailing you should check to make sure they are cleaning up the objects correctly in the stored proc. You can also change the...
August 1, 2003 at 12:25 pm
Have you tried running profiler and looking for missing statistics?? I would give that a try. Also on some of the slower running queries have you looked at...
August 1, 2003 at 12:14 pm
Look up sp_spaceused in books online. I think that will give you what you want.
Tom
July 29, 2003 at 1:53 pm
Look up sp_spaceused in books online. I think that will give you what you want.
Tom
July 29, 2003 at 1:28 pm
Try to backup to a UNC drive. Also are you running the service accounts with a domain account. Did the person that installed sp4 change the account with...
February 17, 2003 at 9:33 am
I succesfully changed the commandterminator, but that made know difference. The error message: incorrect syntax near "go".
I'll keep on trying.
Thanks
Tom
July 31, 2002 at 1:41 pm
The commandterminator property is set to "go". But it certainly doesn't like the go's in the script.
Just so you don't get down, Your sample code is a big help...
July 31, 2002 at 9:26 am
I copied your code for the section I am having problems with. Here is the line that won't run the entire script:
oDB.ExecuteWithResultsAndMessages sScript, , sMsg.
I get an error...
July 31, 2002 at 7:48 am
Somebody correct me if I'm wrong, But I think that you should drop all non-clustered indexes before droping the clustered index. Because the clustered index keeps the data in...
July 8, 2002 at 2:41 pm
I'm not 100%, but I'm pretty sure that sqlserver sp2 installs mdac 2.71.
You might want to try installing the latest version of the mdac.
Tom Goltl
June 18, 2002 at 12:08 pm
How many different versions of data are you talking about. Have you thought about using a partitioned table(view)? Sounds like that may provide a possible solution for you.
Tom
...
June 3, 2002 at 7:43 am
Viewing 15 posts - 271 through 285 (of 335 total)