Viewing 15 posts - 46 through 60 (of 174 total)
You can remove access to all databases. The login would still function, but have no access to any data.
July 26, 2006 at 10:32 am
Manager, DBA and programming skill, in NYC, for $60K?
July 25, 2006 at 10:38 am
The way you structure your query can cause SQL to not be able to use an index. Post your query and you'll get better help. Also, this thread shouldn't be...
July 18, 2006 at 9:14 am
You can select the "Auto Shrink" option in EM database properties, or ask your DBA to do that. This should get rid of the extra unused space without requiring a...
July 18, 2006 at 9:09 am
You don't have to post a question twice.
Responses are here: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=294968
July 18, 2006 at 9:06 am
UNION ALL also does not sort the records in the result set. You get the results from the first query followed by the results of the second query.
June 30, 2006 at 9:33 am
The individual jobs can send email, but the plan won't send the report. I'll try resetting the mail settings on the Agent and see if that solves it.
June 12, 2006 at 9:33 am
My best fun program was a game called Sword of Aragon, published by SSI, about twenty years ago. It sold fairly well. I think I made about $1 per hour. ...
April 28, 2006 at 9:15 am
I'd like to write, as well. I started a novel, but at the rate I'm going, it won't ever get finished. I'd like to spend 2-3 hours writing every day,...
April 14, 2006 at 11:07 am
So more than a month later, I picked up this app again, and within minutes had the solution (found on the net, of course). The keystroke combination I was looking...
April 14, 2006 at 11:04 am
I would have thought that would work. It complains mightily that table #results doesn't exist. So, it should work if I can get it to output the result set without...
March 23, 2006 at 1:42 pm
Thank you, Mark.
We're using SQL 2000 Enterprise, mostly because of the increased RAM handling capability. (We're running it on a 16GB box, so the entire database fits in RAM.)
I...
March 16, 2006 at 11:52 am
If you're talking about the SQL data disk, step one is to delete the sample databases: pubs and northwind for 2000. Make sure to delete the data files after you...
March 6, 2006 at 9:51 am
It's not as elegant as scraping the screen, but I have set up an LPT1: Print to Text driver. Still, if anyone else has screen scraping a solution, please let...
March 3, 2006 at 4:34 pm
I am using the overloaded version with process info, because redirecting stdout was the first thing I tried. From the appearance of the output, it looks like it's using direct IO...
March 3, 2006 at 2:21 pm
Viewing 15 posts - 46 through 60 (of 174 total)