Viewing 15 posts - 1,051 through 1,065 (of 2,904 total)
Can you provide a sample of the data and how you would like the results to look based on the sample data?
-SQLBill
May 9, 2006 at 11:08 am
The maintenance plan is probably reindexing your database tables. This can cause the log file to grow 1.5 times the size of the database itself. This is normal and is...
May 9, 2006 at 11:07 am
What are you talking about? When I edit a schedule for one of my jobs (or create one for a new job), it gives me the option to chose...
May 9, 2006 at 6:30 am
You need to post this in an appropriate forum. You've posted it in the SQL Server 7, 2000 TSQL forum.
-SQLBill
May 9, 2006 at 6:26 am
See if you can find "Start To Finish - A Guide to SQL Server Performance Monitoring" by K. Brian Kelly (Copyright 2002) from NetImpress Publishing, Inc.
It's an e-Book and I've...
May 9, 2006 at 6:24 am
I guess you were missing my point - I really do NOT recommend using Veritas' Agent for SQL Server. I have had bad things happen in the past with it....
May 9, 2006 at 6:19 am
BTW- if you want to read funny 'tech' stories...check out the Shark Tank at http://www.computerworld.com
-SQLBill
May 8, 2006 at 12:52 pm
We will never get rid of bugs. Basically, a bug is anything that did not work as planned and is repeatable. You can't plan/test for every thing that a...
May 8, 2006 at 12:51 pm
Why is the user using Query Analyzer? Do they have to be able to use it? Or is this just a case of "it's on their machine"? If that's...
May 8, 2006 at 12:37 pm
First, please pay attention to where you are posting. This forum title is 'Anything That Is Not About SQL Server'. Notice the NOT........
Second, you don't post a problem/question. What do...
May 8, 2006 at 12:31 pm
Use SQL Server to do the initial backup to disk. Then use whatever third party software you want to make a copy of the backup file to tape. This way...
May 8, 2006 at 12:27 pm
Shrinking a database or file doesn't always happen immediately, especially the log file.
If you do truncate it, do a full backup as soon as you can. Truncating the log 'breaks'...
May 8, 2006 at 12:13 pm
There's a couple of great articles on this site about moving databases. Do a search or go to the article link.
The specific titles you want are:
Moving System Databases -...
May 8, 2006 at 12:08 pm
EXEC is short for EXECUTE. That's what causes the stored procedure to run (or be EXECuted).
-SQLBill
May 5, 2006 at 10:54 am
Viewing 15 posts - 1,051 through 1,065 (of 2,904 total)