Viewing 15 posts - 23,776 through 23,790 (of 39,818 total)
Chris,
My condolences and our thoughts and prayers are with you and your family.
May 19, 2009 at 10:03 am
I don't buy maintenance for lots of software. I don't have it for Word, for Snagit or Camtasia. I didn't get it for my video software.
When we purchased Goldmine...
May 19, 2009 at 9:29 am
I think doing your best includes not overdoing it. Know your limitations.
May 19, 2009 at 9:22 am
Parag Mehta (5/19/2009)
I didn't understand the purpose of this article. These things existed in the last century as well 🙂
Not everyone has been using SQL Server for more than one...
May 19, 2009 at 7:45 am
A backup of the database does not affect the log file. You need to schedule a log backup separately.
You need to know what files are "changing" size, not which is...
May 18, 2009 at 10:29 pm
Write the query as you would if they were two tables in the same database and fully qualify both tables.
So include the database name and owner with the table. As...
May 18, 2009 at 5:08 pm
You need to better explain what happened and what you are doing.
What do you mean by user data in master? What did you do to put it there? And in...
May 18, 2009 at 5:03 pm
Check the command you are running in xp_cmdshell. Get that code and run it in a command prompt to see if it runs. Chances are there is something wrong with...
May 18, 2009 at 4:57 pm
What you should do is run Profiler against your EM session and determine which XP is causing the error. That will help you determine what is wrong.
May 18, 2009 at 4:56 pm
SQL Server doesn't export the entire database. You can
- back it up, if you need to transfer it somewhere.
- script out the schema (object definitions, permissions, keys, etc)
- export...
May 18, 2009 at 4:47 pm
I'd argue the DBA's job is to do what his boss wants, as long as it is not illegal. If someone is paying you to do a job, you should...
May 18, 2009 at 12:04 pm
I think there was a question on 2005 Enterprise, which was 50 (above the usual 16 in 2000)
May 18, 2009 at 12:00 pm
Change the EXEC() to SELECT, get the statements, check and see if they execute.
May 18, 2009 at 10:14 am
Viewing 15 posts - 23,776 through 23,790 (of 39,818 total)