Viewing 15 posts - 30,886 through 30,900 (of 39,754 total)
The backup db and backup log do different things. Dumping the log will not free up space in the database. If you are running log backups (full or bulk mode),...
October 20, 2007 at 8:45 pm
I don't believe this information is tracked in SQL Server 2000. If you ran profiler, you might be able to get it, but I'm not sure.
October 20, 2007 at 8:44 pm
A couple thoughts.
Did you select SQL Server or some other driver?
What type of security options did you set? There's a second and third tab in the add linked server dialog.
October 20, 2007 at 8:43 pm
Please watch the forums. This is (was) a 2005 forum. The post is moved.
Lumigent also has a product to audit activity on servers. I haven't used either one, but I...
October 20, 2007 at 8:39 pm
If you've patched the server, you shouldn't need to install SSIS. I believe service pack 2 allows you to run the maintenance plans without SSIS.
Are these files always named the...
October 20, 2007 at 8:38 pm
I'm a little confused. What does your second log file have to do with backups?
October 20, 2007 at 8:36 pm
I think you've got a good process there, though instead of removing data, perhaps you want to move off some percentage of good data to a new database with a...
October 20, 2007 at 8:35 pm
We bought the forum code, it came with it, I'll take the blame/credit for the bug/feature as needed.
October 19, 2007 at 10:15 am
I think you're getting rights to pass through. Why not have them select select from employees? Each individual will look for the table in their own schema only.
October 19, 2007 at 10:11 am
select @@trancount
Incremented when you start a new transaction, decremented when it's committed or roll'd back. If 0, no transactions for this connection.
October 19, 2007 at 10:10 am
Please watch the forum names. I've moved this to the .NET programming area.
Can you post some code from the client?
October 19, 2007 at 10:06 am
What are the data types for these fields? Might not be possible.
October 19, 2007 at 10:02 am
There is a DTS Runtime environment in SQL Server 2005 that can let you continue to run old DTS packages. For new ones, you'd be better off learning the basics...
October 19, 2007 at 10:02 am
You are having a login issue, not a permissions issue. First you should determine if you need to send a name/pwd. If you are using SQL authentication, you would, but...
October 19, 2007 at 10:00 am
Viewing 15 posts - 30,886 through 30,900 (of 39,754 total)