Viewing 15 posts - 46 through 60 (of 123 total)
checkpoint is a general command so master is good. dump can be applied inside or outside of the target database. It's just my habit to run maintenance commands on master...
August 23, 2006 at 1:04 am
Hi Tom,
for the last shot since your msdb is the problem database we can shrink it to get rid of the unused (or...
August 23, 2006 at 12:47 am
You can use Visual Studio 2003/2005 to connect to your database.
And it's strange that you cannot find another computer that has undamaged SQLMS to connect your DBs. Did I...
August 22, 2006 at 3:38 pm
There are a lot causes about the communication error you get. If you can solve it the second one will go away I think.
Hope that helps
August 22, 2006 at 3:30 pm
It's a big piece of code, glad that I'm not responsible for it
If I was the one who faced this query I would...
August 22, 2006 at 3:10 pm
I know it'll be difficult but if this is going to run a lot on your system you should:
August 22, 2006 at 2:47 pm
Hi Tom,
Sorry for the broken script. I didn't replace "alter" with "create". Anyway, you have the statistics.
I think that (and also what I've found via net) your DTS packages caused...
August 22, 2006 at 4:55 am
I can
August 22, 2006 at 4:34 am
If you installed a brand new SQLEXPRESS instance, remote connections come default off. You can use "Surface Area Configuration" to turn it off. (Under database engine > Remote Connections)
Cheers,
Zubeyir
August 22, 2006 at 4:31 am
Can you explain what do you mean by "updates should be done in the order of most recent records first, then working backward"? Do you mean order of columns that...
August 22, 2006 at 4:27 am
I think it's something like that
UPDATE C SET C.Name = 'Blah' FROM Customers AS C WHERE C.Name IS NULL
If I'm wrong please correct me.
August 21, 2006 at 12:16 pm
By saying "renaming the database" what do you mean? Did you only change the name of the files or you changed the name of the database while you're attaching it.
August 21, 2006 at 11:17 am
If you need to do it for just one time you can tell the query analyser to put the results to a file instead of showing them up. (CTRL+SHIFT+F)
Cheers,
Zubeyir
August 21, 2006 at 11:08 am
From BOL (mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%20Server\80\Tools\Books\adminsql.chm::/ad_impt_bcp_9esz.htm)
When using the full recovery model, all row-insert operations performed by bcp are logged in the transaction log. For large data loads, this can cause the...
August 21, 2006 at 10:58 am
Viewing 15 posts - 46 through 60 (of 123 total)