Viewing 15 posts - 1,126 through 1,140 (of 1,192 total)
Is your splitter function used inside the proc on the @City parameter?
January 13, 2012 at 10:20 am
I went looking for that option a while back and couldn't find it either. π
January 13, 2012 at 7:38 am
Well you might be able to do that (select *) for inserts, if the column order is the same in both tables.
I don't think you can for updates though.
January 13, 2012 at 7:31 am
Using an after insert, update trigger will probably be your best bet.
No need for a delete trigger as you're not passing on deletes π
January 13, 2012 at 7:01 am
I used a script to create the linked server rather than the GUI, if that helps.
Mind if I ask what connection string you're using?
Thanks
January 13, 2012 at 3:10 am
Could it be corruption in the install media itself?
January 12, 2012 at 8:08 am
Hi, you'll need to kill them from the MySQL side.
January 12, 2012 at 5:29 am
Hmm, using IN @parameter works in SQL 2008, in 2005 you may need to write a function to delimit the parameter into a proper list.
e.g. I think the report...
January 11, 2012 at 1:00 pm
If you check the Allow multiple values check box in the parameter properties the drop down should become a multi-select list π
January 11, 2012 at 12:33 pm
I bypassed SQL 2005 but 2008 also has an allow blank value checkbox, have you ticked that?
January 11, 2012 at 12:25 pm
I think that's BIDS caching again -I think you need to exit the report, resave, and then try running it again.
You shouldn't see that behaviour in a deployed report π
January 11, 2012 at 11:01 am
a.borgeld (1/11/2012)
An other instance can use a different CPU and threads. But your right, it really depends on the hardware.Thanks for your advice guys.
Kind regards,
AndrΓ©
Hmm, think I'd create another...
January 11, 2012 at 10:12 am
IIRC BIDS caches results locally. There is a way to make it run a fresh set but I forget how!
You can force it by deleting the cached data from the...
January 11, 2012 at 9:59 am
No worries, done it plenty of times myself π
Your set statements are just setting your paths to e.g. '@data_file_path@restore_as@mdf_extension'
Drop all the ' from them and you should be ok.
January 11, 2012 at 9:46 am
Viewing 15 posts - 1,126 through 1,140 (of 1,192 total)