Viewing 15 posts - 361 through 375 (of 529 total)
Sounds like you answered your own question in the subject line
What you want to do is do a full backup of the DB...
April 27, 2005 at 8:06 am
Sounds like you want to generate SQL scripts, which is inbuilt in SQL Server.
In Enterprise Manager, right click on the DB, expand all tasks and select Generate SQL Scripts.
There's more...
April 27, 2005 at 8:01 am
Hi Jenifer,
The short answer is yes, one role would overrule another. SQL works on the least permissions principle, so you can have a login as a member of a custom...
April 27, 2005 at 2:24 am
Hi Karl,
No I haven't found any NETLOGON errors yet but will have a better look to see if there are any other warning messages
April 26, 2005 at 6:08 am
Hi Swarn,
I'd agree with the former poster that something like DBGHOST or SQLCOMPARE (and DATACOMPARE) would be, we use SQLCOMPARE extensively in our organisation and have found it to be...
April 26, 2005 at 6:05 am
Yep, quite a lot but none saying which server they're comming from, they're using kerberos authentication and I have tracked down a couple of system event logs saying
'The kerberos...
April 26, 2005 at 5:27 am
Looks like you need to start the MSDTC service on the server
April 26, 2005 at 2:16 am
It kind of depends on whether your audit database is going to be used to track a single DB or multiple DB's.
If it's just the one then I'd tend to...
April 26, 2005 at 2:15 am
Setting the DB to single-user mode wont kill off all of the other connections, you need to do that yourself.
If you don't kill their connections and there are other people...
April 25, 2005 at 9:52 am
Select @@version on our 64-bit server results in the following
Microsoft SQL Server 2000 - 8.00.760 (Intel IA-64)
Feb 6 2003 16:07:24
Copyright (c) 1988-2003 Microsoft Corporation
Enterprise Edition (64-bit) on Windows...
April 25, 2005 at 9:47 am
Nope, if you want to restore your DB then you'll need to kill off the connections to it first, either nicely or otherwise (depends on the DB and who's using...
April 25, 2005 at 9:39 am
Is the dynamic SQL being ran from inside stored procedures on the sql box or is it coded into the web pages?
If it's the first then it's not going to...
April 25, 2005 at 9:37 am
If you have a clustered index (primary key clustered as in your example) sql will always do a clustered index scan rather than a table scan for this sort of...
April 25, 2005 at 9:33 am
Viewing 15 posts - 361 through 375 (of 529 total)