Viewing 13 posts - 376 through 388 (of 388 total)
ah
In short: you have project category in Visual Studio: Other Project Types/Setup project. You have to create one and add a custom action...
September 18, 2007 at 7:06 am
Seems that if you create a nonclustered index on idaccount, dateEffect which is partitioned using your partitioning scheme, you can gain some benefits.
I made a simple test and seems that...
September 18, 2007 at 7:01 am
That's what I would do. In my opinion, this user instance mode feature can make more problems - say - someone has a Standard or higher edition of SQL Server...
September 18, 2007 at 4:24 am
If you want to do it this way, you must not use temp tables. They exist only in scope they were created in, in this case within context of your...
September 18, 2007 at 3:04 am
BOL says that select expression in CTE has to meet same requirements as the one for view, so no dynamic SQL inside.
September 18, 2007 at 2:52 am
I would use a DDL trigger for the database. You can specify which changes should be prevented. Any modification to the diagram would fire the trigger and you could raise an error and...
September 17, 2007 at 3:39 am
my guess is that it calculates fragmentation of the index - this seems to be the only 'variable' property displayed on the dialog. maybe you would consider rebuilding indexes using T-SQL...
September 17, 2007 at 3:09 am
look at the bcp utility in books on line. it has functionality you need.
September 12, 2007 at 5:00 am
Is the error reported on IIS machine? Can you run perfmon with log and try to monitor mem usage on both machines? Is it possible that there is a web...
August 10, 2007 at 6:37 am
Strange. You could try to run SQL Server setup and install Client components once more. I just noticed that when client tools for SQL 2000 are installed on machine, Client...
August 10, 2007 at 2:57 am
Probably you have to use SMO to do this.
August 10, 2007 at 2:53 am
You can modify deadlock resolving using SET DEADLOCK_PRIORITY per session, but I don't know if it will help you. I suppose you would have to change this setting for all connections...
August 10, 2007 at 2:44 am
I wonder, would it be possible to change at least one of the drives to RAID 1 or 10? Would it improve performance if log files of most loaded databases were...
August 8, 2007 at 8:59 am
Viewing 13 posts - 376 through 388 (of 388 total)