Viewing 15 posts - 2,911 through 2,925 (of 3,061 total)
That's SQL Diagnostic Manager, you can check MSDN for further information.
September 16, 2008 at 8:52 am
September 16, 2008 at 8:46 am
may be something is wrong with your X: drive, is that the only phisical drive reporting the issue?
September 16, 2008 at 8:42 am
that's a shame, a package could easily call your eight parallel processes.
September 16, 2008 at 8:38 am
do you mean... referential integrity?
Look for FKs, the easiest way for you is to ask SQL Server to draw a chart based on your offending table.
September 16, 2008 at 8:33 am
nabil nejat (9/16/2008)
its a databse with 5 tables , i want archive 2 or 3 years old data in to another database.
Cool!... just write a procedure and do it. ...
September 16, 2008 at 8:31 am
It all depends of what you mean by "archiving".
You can certainly achive several different "archiving" strategies like...
- Have archiving partitions in your tables
- Have archiving tables in your database
- Have...
September 16, 2008 at 7:01 am
Yes.
You can script the logins on source server then apply script on target server.
September 16, 2008 at 5:48 am
In regards to your question you may want to check this document... http://www.microsoft.com/sql/editions/enterprise/comparison.mspx
...probably your boss couldn't care less about all the technical stuff BUT... he/she may care about money!... your...
September 16, 2008 at 5:37 am
I personally find Maintenance Plans fine on small shops running small databases.
For a large environment I personally prefer to have full control so I usually write my own procs and...
September 16, 2008 at 5:32 am
I have to say it's pretty uncommon to have Standard Edition on Production and Enterprise Edition on Development/Staging.
Here is the deal... you have more SQL Server features available on Development/Staging...
September 16, 2008 at 5:29 am
Rootman (9/15/2008)
My question is, does anyone have experience of implemeting multi tenancy in the real world, and if so, do they have any comments on my proposed options?
Yes, I did...
September 16, 2008 at 3:06 am
Issue might be related to the account that "owns" the job rather than to the account you have set for SQL Server Agent.
September 15, 2008 at 11:20 am
Changes on Maintenance plan are not automatically reflected on Jobs so... it wouldn't surprise me.
September 15, 2008 at 10:56 am
Steve Jones - Editor (9/15/2008)
I disagree. Clustering doesn't scale out at all. It provides redundancy, HA solutions, not scale out.
I'm in agreement with your disagreement 😀
September 15, 2008 at 10:11 am
Viewing 15 posts - 2,911 through 2,925 (of 3,061 total)