Viewing 15 posts - 34,486 through 34,500 (of 39,793 total)
Did the server reboot or SQL restart? I wouldn't expect this to reboot the server.
October 29, 2004 at 1:50 pm
Ouch, questionable quality?
Some typos and perhaps some you don't agree with, but I'd like to think there aren't that many.
I'm happy to correct our mistakes, as I'm happy to admin,...
October 28, 2004 at 7:24 pm
Apologies everyone for selecting the incorrect answer. Somehow in the cut and paste and answer load I picked the wrong one. Guess I'm not so good at the question loading.
Points...
October 28, 2004 at 7:22 pm
Need an external control to do this. You could use sp_oacreate to instantiate some COM object that can handle this. Or run a program from DOS and pipe the output...
October 28, 2004 at 2:44 pm
Sorry to disagree, but on a fresh install of SQL 2000, nothing changed, creating a table like this allows NULLs. Perhaps this depends on the config of the base OS,...
October 27, 2004 at 9:38 am
There is not version fo SQL Server that's a "client". There are eval versions available from http://www.microsoft.com/sql you can use at home.
October 26, 2004 at 9:55 am
It will compile the first time and that is all.
October 26, 2004 at 9:55 am
If you have a linked server, then it's pretty simple. Same process, just include the server and database name wiht the owner and table name.
Otherwise, DTS might be the...
October 26, 2004 at 9:54 am
Good questions. You should be able to query syspermissions and see things in there for your UID. Perhaps EM will let you see a limited view for what you have...
October 26, 2004 at 9:52 am
Each is only compiled the first time, or when it's not in cache. These aren't grouped in any way other than similr naming as far as I know.
October 26, 2004 at 9:50 am
I assume you mean new rows in the Notifications table, not columns.
Off the top of my head, I don't see a better solution. Since this should mostly occur in memory,...
October 26, 2004 at 9:49 am
Have you rebooted since then? The old one may still respond at a network layer.
October 26, 2004 at 9:44 am
The commenting method shown above, or some derivative, is the best way. There is no automated way.
October 26, 2004 at 9:42 am
Viewing 15 posts - 34,486 through 34,500 (of 39,793 total)