Viewing 15 posts - 34,516 through 34,530 (of 39,793 total)
Do you know the selectivity of the various fields? If some are more selective, i.e., a query will return very few rows, then these are great candidates for the first...
October 19, 2004 at 12:27 pm
If the drive structure is the same, restore master and msdb after you've installed QSL on the new machine. If not, you need to backup all your DTS packages manually....
October 19, 2004 at 12:19 pm
October 19, 2004 at 12:18 pm
dtsrun will execute procedures. You will need to redistribute some DLLs for this.
October 19, 2004 at 12:17 pm
Should be in the cube poroperties or definition.
October 19, 2004 at 12:16 pm
I'd dig into the data. If it's returning things you don't expect, I usually look for data problems.
October 19, 2004 at 12:14 pm
Data Compare from Red Gate. Cheap, easy and works well.
October 19, 2004 at 12:09 pm
Are you bulk inserting? If not, you can get teh value first and then include it in the insert statement.
October 19, 2004 at 12:09 pm
Server side traces use less resources, but you have to worry about file or table contention on the disks. You can always transfer the data to a remote server on...
October 19, 2004 at 12:04 pm
Since they log OR the data are required to restore, I don't worry about this. dbcc will check this.
October 19, 2004 at 12:01 pm
Haven't seen anything like that.
October 19, 2004 at 11:56 am
If you move the clustered index to another filegroup, it moves the table.
October 19, 2004 at 11:55 am
Yep, forgot about that one. Definitely be sure you script everything out in case you forget somthing and need to find out what it was. Permission is the main one...
October 19, 2004 at 11:52 am
No way to do it now, no plans, but we'll consider it.
October 19, 2004 at 11:38 am
Viewing 15 posts - 34,516 through 34,530 (of 39,793 total)