Viewing 15 posts - 39,196 through 39,210 (of 39,456 total)
October 18, 2001 at 12:58 pm
The files used for SQL are the .mdf/.ldf/.ndf files. These are open and locked while the mssql service is running.
For OS level backups: two choices:
If you get backup software to...
October 18, 2001 at 12:53 pm
If you need the real time querying, then replication is most likely better. However, in a DR situation, replication can be tricky to set back up. Not only that, what...
October 18, 2001 at 12:43 pm
Whenever you have an "access denied" be sure you check security.
Thanks for the followup.
Steve Jones
October 18, 2001 at 9:32 am
If you are trying to resend the same XLS file, you probably want to "drop " the table and then recreate it using 2 T-SQL tasks.
I do this quite a...
October 18, 2001 at 9:31 am
I avoid putting the actual SQL in the steps because it creates a point of maintenance. I'd rather create a stored proc and change that if needed.
ckempste:
Not sure what you...
October 18, 2001 at 9:27 am
Perhaps it had a security validation issue for a mapped drive? Sometimes MyComputer hangs when searching for a mapped drive before it times out and displays the "x" for not...
October 16, 2001 at 1:07 pm
What I think you will have to do is have separate queries for each round. You would then need to process these to find out which people have not progressed...
October 16, 2001 at 1:00 pm
The total space is the amount used on disk by the mdf/ldf files. The unallocated is the space in the mdf file that is not used.
So, if I create a...
October 16, 2001 at 10:36 am
There is a SQL 2000 version, same limitations. It's a 5 user (roughly) version.
From MSDN:
Microsoft SQL Server Desktop Engine (MSDE)
MSDE is fully compatible with other editions of SQL Server and...
October 16, 2001 at 10:27 am
October 16, 2001 at 10:27 am
I'd say it depends. If you are moving every table and object and it is a true warm standby server, I'd use log shipping.
If it is a cold standby ,...
October 16, 2001 at 10:20 am
October 16, 2001 at 10:08 am
Stored procedures (my favorite) exist for most every job item you need. It would be easy to also build a GUI interface in ASP/VB/.NET that would manage your jobs.
Personally I'd...
October 16, 2001 at 10:06 am
I agree with Andy overall. In ten years of working with SQL Server, ownership chains cause many more problems than they solve.
The only place where I have seen them useful...
October 16, 2001 at 10:04 am
Viewing 15 posts - 39,196 through 39,210 (of 39,456 total)