Viewing 15 posts - 691 through 705 (of 1,166 total)
I don't think that the case with SQL SERVER.
Check SQL error log and event veiwer (application log and system log) for any errors related to sql server.
January 4, 2007 at 1:40 pm
You posted this on SQL 2005... Is your server 2005?
dbcc rebuild_log command retired in 2005...
January 4, 2007 at 1:20 pm
dbcc rebuild_log is used to build the log file if you lost the log file and db marked suspect...
What is the reason for your db suspect..
If you can put the...
January 4, 2007 at 1:17 pm
If you are not adding/deleting logins, alerts, mp, dts packages, job ect... every day then weekly should be fine other wise it should be daily...
I don't see any reason not...
January 4, 2007 at 1:05 pm
Did you discuss/warn this with your manager/cto?
I know it is hard to convince managers some times...
Good luck Linda...
January 4, 2007 at 12:55 pm
Write the info to a table and create a new procedure and schedule it to run every 1/5/10 minutes to send an email based on your criteria using sql mail...
January 4, 2007 at 12:45 pm
you said only system dbs are there and at the same time all dbs are on SAN...
Means you server contains only system dbs not any user dbs and all of...
January 4, 2007 at 12:41 pm
It is already 99% and I don't think you can improve anything else...
I don't remember it where I read but you may not get 100% even after reindexing in some...
January 4, 2007 at 12:26 pm
How your query is working 2000?
It is not working either in 2000 or 2005... it is giving me the same error.
What version/Build you are on 2000?
Here is the test script...
January 4, 2007 at 12:16 pm
In 2000 if you want row number then you have use identity column and a temp table...
SELECT TOP 10 identity( int) as rownumber, phone_no,model,cur_version
January 4, 2007 at 11:59 am
Some people use SQL for the name not for the DB functionality
January 4, 2007 at 11:46 am
Start SQLSAC and select remote computer and enter the virtual sql server name.
Check the following link:
http://msdn2.microsoft.com/en-us/library/ms173748.aspx
January 4, 2007 at 11:44 am
http://msdn2.microsoft.com/en-us/library/ms189117.aspx
January 4, 2007 at 11:40 am
MP is using SSIS packages so you may not get complete info as you were getting in 2000.
Most of the MP tables in 2005 cmments from BOL:
Table is included in...
January 4, 2007 at 11:30 am
Viewing 15 posts - 691 through 705 (of 1,166 total)