Viewing 15 posts - 31 through 45 (of 112 total)
Do you have backup s/w installed on the server? I recently realized that our copy of Backup Exec was trying to run a backup of our SQL databases nightly.
May 10, 2007 at 7:00 am
To answer your second question ... Cascading deletes are not new in sql 20005. They are available in sql 2000 (maybe even earlier).
May 8, 2007 at 6:59 am
If I read your post correctly:
Table 1: Item Information
Table 2: Item Identifier + 12 Notes Fields (Note1, Note2, ... Note12)
Why do you need 12 different notes fields in Table 2? I...
May 8, 2007 at 6:57 am
Not sure if you can alias a database name. However, you can setup aliases for the server name using the SQL Client Network Utility.
May 1, 2007 at 7:32 am
You should back it up. If you use shrinkfile - you are just shrinking the size of a file that could possibly become filled up again and thus putting yourself into...
May 1, 2007 at 7:27 am
Are the users machines & db servers set up to talk via the same network protocols? For example, are the user machines running "named pipes" while the db server is...
April 26, 2007 at 6:50 am
Sorry if this is double-posted, the first time that I clicked "Post Reply" my message seemed to disappear.
What about the advanced properties of the...
April 20, 2007 at 7:19 am
If you need to synch up users/logins after a restore, you can:
USE DATABASENAME
go
EXEC sp_change_users_login 'Update_One',...
April 17, 2007 at 7:22 am
Thanks for the great editorial, Steve! It is a shame that a few rotten eggs can spoil the whole basket. However, it is reassuring to know that there are a...
April 5, 2007 at 7:17 am
Daniel:
Have you checked on the SQL server that the "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\ArisGame.mdf" file actually exists? For some reason was the location of this file moved or was this file...
April 5, 2007 at 7:09 am
Are you sure in both instances you used the same 2 views in your query? I know that sometimes a typo on my part can make alot of difference in...
March 29, 2007 at 8:18 am
To find out which user account runs the SQL Server and SQL Agent services, do the following on the server:
Open up the "Services" listing on the server (Not sure why type...
March 29, 2007 at 8:13 am
If you are restoring to a different database name OR a different server,:
1. In the Query...
October 25, 2006 at 7:42 am
To answer your question about if you should backup the SQL binary files ... you need to decide what your restore strategy will be. If your server goes down, will...
October 13, 2006 at 7:26 am
Viewing 15 posts - 31 through 45 (of 112 total)