Viewing 15 posts - 1,681 through 1,695 (of 2,897 total)
Lynn Pettis (12/1/2009)
homebrew01 (12/1/2009)
Lynn Pettis (12/1/2009)
In the SQL Server Configuration Manager, what protocols are enabled for the SQL Server instance?
"TCP\IP only" ... our usual setting
Okay, but looking at the error...
December 1, 2009 at 3:00 pm
Lynn Pettis (12/1/2009)
In the SQL Server Configuration Manager, what protocols are enabled for the SQL Server instance?
"TCP\IP only" ... our usual setting
December 1, 2009 at 2:34 pm
Lynn Pettis (12/1/2009)
Just out of curiosity, have you tried just shutting down and restarting SQL Server, no server reboot?
I had, through the Services screen. I just tried again, through SQL...
December 1, 2009 at 1:39 pm
I've rebooted several times, and the drives have been available. Not sure about drive availability when the problem first appeared.
The errors in post #4 came from the event log.
If SQL...
December 1, 2009 at 12:53 pm
Lynn Pettis (12/1/2009)
Are the other databases located in the same directory?
All the other databases are located on F, just the 1 problem database on E.
GilaMonster (12/1/2009)
December 1, 2009 at 12:40 pm
Here is the SQL Error Log (with some details made generic)
About 2/3 down there are errors about file location on "E" of one .MDF, But the file does exist in...
December 1, 2009 at 12:20 pm
I don't know much about the settings .. where should I look ? I think the port is the default.
There are some errors showing after the reboot yesterday:
"Initiator failed to...
December 1, 2009 at 6:43 am
Maybe you can query restorehistory and join to backup tables using backup_set_id and restore_type to see the most recent restore. Too busy to dig any deeper right now.
What did you...
November 30, 2009 at 4:47 pm
Why don't you use the new, easier email functionality ? sp_send_dbmail
xp_sendmail will be removed at some point, so probably not a good idea to use it if possible.
November 25, 2009 at 6:41 am
Make 10 stored procedures, then control & schedule through SQL.
November 24, 2009 at 10:25 am
I think you can avoid a snapshot if you have created the subscriber by another method. But you have a risk of data getting out of sync if you do...
November 24, 2009 at 9:44 am
sonal_anjaria (11/23/2009)
Just curious, do you have a backup plan that executes periodically?Sonal.
The question is not just a backup plan, but the CORRECT plan.
November 24, 2009 at 9:07 am
Create a practice database for yourself, and put in sample inventory of things around your house (item #, price, qty ....). Think about how it should be organized. Write some...
November 24, 2009 at 8:26 am
There are 2 basic options
1) In Place Upgrade - Using the existing database, it is upgraded to a new version directly and replaces the old version.
2) Side-by-Side Upgrade - The...
November 24, 2009 at 7:54 am
November 24, 2009 at 7:43 am
Viewing 15 posts - 1,681 through 1,695 (of 2,897 total)