Viewing 15 posts - 1,456 through 1,470 (of 6,105 total)
mrroofer (11/14/2007)
I Check a Box for USE INTEGRATED SECURITY
Don't check this box. This is for when your Windows user account is passed through to the database "auto-magically." You've gone through...
November 14, 2007 at 10:50 pm
Yelena Varshal (11/12/2007)
November 14, 2007 at 10:43 pm
R2ro (11/14/2007)
With that in mind, if you...
November 14, 2007 at 10:39 pm
Brandie Tarvin (11/13/2007)
November 14, 2007 at 10:25 pm
You don't have BizTalk in your environment, do you? If so, you may look at utilizing it. BizTalk was intended for this sort of thing.
On a related note, if you...
November 14, 2007 at 10:21 pm
tarish.velivela (11/12/2007)
2. You must keep a copy of the SP somewhere else because when the master database gets rebuilt your system stored procedures will be gone. This could also happen...
November 14, 2007 at 10:15 pm
If there is no primary key, another way is to SELECT DISTINCT into a temporary table, delete the original table and then INSERT the values back into the original table.
November 14, 2007 at 7:32 pm
You could use a tool like Visio or ERwin to generate the database diagrams and then save them off or print them to .pdf.
November 14, 2007 at 7:29 pm
Alternately, if you are in a rush and have to get the job done, Enterprise Manager can walk you through taking a backup using a GUI. However, if you're going...
November 14, 2007 at 7:27 pm
Is there a reason you can't collapse the databases into a single database?
November 14, 2007 at 7:25 pm
SQL Noob (11/14/2007)
November 14, 2007 at 7:23 pm
As someone else has pointed out, the only time I've seen foreign keys not be the best choice is in extreme cases due to performance. Otherwise, you want this additional...
November 14, 2007 at 6:54 pm
Greg Snidow (11/14/2007)
November 14, 2007 at 6:45 pm
Check to see that the service account SQL Server is running under has permissions to modify those files (you'll have to check the files individually). You should see the...
November 14, 2007 at 6:43 pm
Viewing 15 posts - 1,456 through 1,470 (of 6,105 total)