Viewing 15 posts - 22,351 through 22,365 (of 39,824 total)
The linked server should determine how the connection is made, or possibly defaults in the control panel for that account. If you hadn't changed anything, however, I'd expect they would...
September 15, 2009 at 10:11 am
A log backup does a truncate in that all records that were backed up are marked as free, and that space can be re-used. Your log is a bucket that...
September 15, 2009 at 10:09 am
You are missing some information here.
When do you execute the application role? You need to run a stored proc to invoke this. I believe that the temp table will not...
September 15, 2009 at 10:01 am
Also note that if you have clients using the SNAC client or a recent ADO.NET driver, you can add both servers in the connection string. Then when you stop...
September 15, 2009 at 9:56 am
I've only seen this with corruption. However in DR situations you have to restore master, which can be a nice challenge if you're not used to it.
September 15, 2009 at 9:01 am
Some of the third party backup tools (litespeed from Quest, SQL Backup from Red Gate) will restore an object from a backup.
If you want to do it yourself, let me...
September 15, 2009 at 9:00 am
What are you trying to accomplish? When you shell out, you aren't using your login, you're using a service account (or proxy) login. running explorer.exe won't get you anything.
September 15, 2009 at 8:52 am
Microsoft included tablediff in the product, however this isn't necessarily a trivial task. It takes some time and effort to get it working right.
I work for Red Gate, but I'd...
September 15, 2009 at 8:51 am
select from sys.databases?
September 15, 2009 at 8:38 am
Keep in mind that even with simple mode, the log can grow. If you don't break it into batches then each delete is logged, which can be a lot of...
September 15, 2009 at 8:32 am
I haven't seen anyone reporting issues with Resource being corrupt and needing to restore. Since you can just copy the same DB from any instance back to your server if...
September 15, 2009 at 8:24 am
The resource database tracks system objects at a particular SP level. The actual DLLs and SQLServer.exe are changed with the SPs, so you would need to uninstall/reinstall, as George mentioned.
September 15, 2009 at 7:48 am
I'm not sure I agree that SET ROWCOUNT is the issue in SQL 2000. I've used a similar method years ago in 2000 to delete large numbers of records and...
September 15, 2009 at 7:47 am
That means that you don't have any logins and users out of sync.
How did you move the objects?
September 14, 2009 at 1:12 pm
Viewing 15 posts - 22,351 through 22,365 (of 39,824 total)