Viewing 15 posts - 436 through 450 (of 5,103 total)
ddonck (2/20/2009)
February 20, 2009 at 4:14 pm
Can you Try? http://support.microsoft.com/kb/814398
If some temporary access is needed you could be receiving this error because of insufficient permissions to a temporary folder.
I am sure you are having a configuration...
February 20, 2009 at 4:07 pm
AFAIK "Funeral Homes" can only have surpluses and not downsizing :Whistling:
February 20, 2009 at 3:50 pm
Can't believe this joke thread is still alive!
February 20, 2009 at 3:47 pm
tpratte (2/20/2009)
The Sql server 2000 was running on MS Server 2000, and now SQL Server 2008 is running on MS Enterprise Server 2008.
is it: Windows 2008 x64 Enterprise Edition ?
February 20, 2009 at 3:11 pm
Is the OS the same version ?
February 20, 2009 at 2:19 pm
I am thinking of using SELECT INTO...but the problem is that it copies the data also.
is there any way i can just copy the structure of the table using SELECT...
February 20, 2009 at 11:03 am
As its Name implies MERGE will "merge" changes bidirectionally. So all you need is to point your clients to the right server.
One way of doing this is by using DNS...
February 20, 2009 at 10:31 am
When you said "stopped working" What error do you get ?
February 20, 2009 at 10:28 am
... but if someone accidentally drops the database your code is gone.
If anyone can "accidentally" DROP a database you have much bigger problems!!!!
You can prevent "accidental" DROP DATABASE using:
1. The...
February 20, 2009 at 10:26 am
You can determine if someone has a transaction running on tempdb with DBCC OPENTRAN('tempdb')
February 20, 2009 at 10:21 am
Lowell (2/20/2009)
not that (somequery = 0)--you weanted to count the rows or something, right?
so you'd want to tweak it to something like...
February 20, 2009 at 10:14 am
Viewing 15 posts - 436 through 450 (of 5,103 total)