Viewing 15 posts - 9,646 through 9,660 (of 9,684 total)
We've tried everything we can think of to deploy properly. Our problem is that we don't have separate servers for Dev/Test/QC. We've got the same server for all three with...
November 6, 2006 at 4:20 am
Lee,
Thanks for the response. I posted a reply on your thread as to what we finally figured out the problem was. We don't have a solid resolution yet that applies...
November 2, 2006 at 1:04 pm
Lee,
You replied to my post and I'm going to now reply to yours. Several days after I originally posted, I found the problem with our situation & config files.
When you...
November 2, 2006 at 1:02 pm
Thank you for the information and the link. It is greatly appreciated!
November 2, 2006 at 7:50 am
You need a case statement in the WHERE clause of your procedure.
My situation is doing a Data Dictionary where I give the user an option to choose a...
November 1, 2006 at 10:47 am
There is another option. Make some of your filegroups READ ONLY, then backup only the filegroups that are READ/WRITE. @=) (see Partial Backups in BOL)
Or do put your large table on its...
October 27, 2006 at 7:56 am
I'd recommend running SQL Server Profiler to see if there are any other jobs running after the backup which are still using those resources. If not, run Windows Performance Monitor...
October 27, 2006 at 6:41 am
Also, as an FYI, while xp_cmdshell by itself is considered a security issue, it is disabled by default in SQL Server 2005. So if you (and no one else) has...
October 27, 2006 at 6:40 am
Check BOL for the following keywords "Full-Text Search [SQL Server], performance". There's a ton of information on the page, so I'm not going to quote it, but I think your...
October 27, 2006 at 6:36 am
To answer the second question first, I'm betting the USB connector is the issue for the slowness of the backup. USB isn't quite up to speed with other disk drive...
October 27, 2006 at 6:24 am
Individual database collations can be "changed" when they are created, but the System DBs get their settings from the server itself. So, if you want to change TempDB, you'll have...
October 27, 2006 at 6:17 am
Simpler way to do this? No. SSIS is capable of doing so much more than DTS that the this task has become a bit more complicated rather than being streamlined.
However,...
October 25, 2006 at 1:04 pm
Glad I could help. @=) And my apologies for the initial mis-direction.
October 25, 2006 at 12:08 pm
You are correct. I mis-spoke.
Try this: Pull over a Data Flow Task. Double-click it or Click the Data Flow Tab and arrow down to the Data Flow Task if it's...
October 25, 2006 at 10:58 am
Are you just doing a data transfer? No triggers, etc. If so, maybe what you need to do is resort to an Execute SQL Task and stick a SELECT statement...
October 25, 2006 at 10:37 am
Viewing 15 posts - 9,646 through 9,660 (of 9,684 total)