Viewing 15 posts - 46 through 60 (of 244 total)
Not without dynamic sql which you dont want to do for several reasons.
It seemed MS were going to make the pivot function inherently dynamic for 2005 which shouldn’t have...
March 7, 2009 at 7:57 am
------------------------------------------------------------------------
---CREATE TEST DATA-----------------------------------------------------
------------------------------------------------------------------------
IF OBJECT_ID('employeeTEST') IS NOT NULL
DROP TABLE employeeTEST
CREATE TABLE employeeTEST
(
...
March 7, 2009 at 5:57 am
Nope changed that. I need to register the dll corresponding to the custom task on the new server. ANy ideas how i do this.
thanks,
Jules
November 27, 2007 at 6:41 am
for custom dts tasks were is the custom dll put and what is it likely to be called?
Thanks,
Jules
November 26, 2007 at 8:27 am
there is no table called syspackages there is one called sysdtspackages but that doesn't contain a server column?
Thanks for your help.
Any ideas?
November 26, 2007 at 8:25 am
try the script i provided above. Should demonstrate what i mean.
Doesnt use temp table just demonstrates two jobs running at same time using the same spid.
Obviously the ...
November 8, 2007 at 9:44 am
no one has any ideas about this then? Must be a common problem with a stored proc that use temp tables called at the same time from two different jobs...
November 8, 2007 at 8:17 am
yes it errors after the backup are successfully taken. Without the option to delete old backups selected it completes successfully.
October 29, 2007 at 2:55 pm
where is that set? Think thats whats happening but cant find the place to toggle that on and off.
I want a separate file for each backup.
Cheers,
October 23, 2007 at 4:37 am
its a complete backup and the db recovery mode is simple. there isnt must activity in the db either so the log files are small.
It was set to remove...
October 22, 2007 at 5:15 pm
full
also when i backup the dn manually rather then with the maint plan the db size is normal?? Only the maint plan causes it to be massive
October 22, 2007 at 5:39 am
why do you think i shouldnt put the tran log on c? is raid 1 very slow?
d is currently made up of 3 disks i can order more...
what shoud i...
September 25, 2007 at 7:31 am
so i should order more disks smaller physical disks rather than 1 extra large one? to put in the raid 5. we currently have 3.
will it use the extra disks/spindles to search...
September 25, 2007 at 7:16 am
Thanks, the collation and tempdb is certainly an issue.
regarding the other points you makes do you have any actual example where having multiple instances would lead to less down...
September 25, 2007 at 6:54 am
Viewing 15 posts - 46 through 60 (of 244 total)