Viewing 15 posts - 1,201 through 1,215 (of 1,247 total)
1. Run your scripts sequentially;
2. Make your scripts short.
November 6, 2006 at 9:50 am
I agree with you that the most efficient approach is to detach/attach databases. However, if you would like to move your data to other disks, such as SANs storage a...
November 6, 2006 at 9:33 am
Within 3-5 days, it is hard to fully understand all concepts of DTS packages. But it is enough to grab their main ideas. Being an SQL Server DBA, you may...
November 6, 2006 at 9:27 am
Based on my undersatnding, SQL Server cluster has only one instance. If you would like to add a new instance, you have to create another SQL Server group.
November 6, 2006 at 9:06 am
You need to apply the latest service pack and hot fix.
November 3, 2006 at 4:00 pm
It is possible. Probably, the network person set it. One way to set it is:
Open the Task Manager;
Click the Process tab;
Right-click an executable file, then choose Set Priority;
...
November 2, 2006 at 2:51 pm
You can change collation for a database and a column. But if you would like to set your new collation as default, you have to rebuild master database.
November 2, 2006 at 2:43 pm
Interesting question! I know how to link Crystal Report to SQL but not vice versus.
I would like share this info.
Anyone would like to help?
November 2, 2006 at 2:39 pm
Normally, the information from the job history is not enough. I would like to recommend you add an output file in your job.
Open the properties of your desired job;
Goto Edit;
Click...
November 2, 2006 at 2:24 pm
Could you change the default timeout value?
November 2, 2006 at 2:21 pm
See if the following steps help.
Open one of your existing DTS packages
Click Save As...
Choose the SQL Server name where you would like to migrate your DTS package
Remember
You had better login...
November 2, 2006 at 8:43 am
I used SQL Server client tools to connect a remote server with sa privilege. I could manipulate everything except running a job. The error message showed that the SQLServer Agent...
November 2, 2006 at 8:35 am
Could you go to the Security tab in the properties of SQL server and set your audit level there?
November 2, 2006 at 8:30 am
But how do we know it is due to index fragment or out of date statistics before running restatistics?
November 2, 2006 at 8:27 am
Viewing 15 posts - 1,201 through 1,215 (of 1,247 total)