Viewing 15 posts - 121 through 135 (of 207 total)
After a bit more digging around i did come across from Dave Pinal. Looks like what i need to do i think but i can choose to script the schema...
September 30, 2013 at 3:12 pm
I have eventually ran this:
-- disable referential integrity
EXEC sp_MSForEachTable 'ALTER TABLE ? NOCHECK CONSTRAINT ALL'
GO
EXEC sp_MSForEachTable 'ALTER TABLE ? DISABLE TRIGGER ALL'
go
EXEC sp_MSForEachTable 'delete from ?'
GO
...
September 30, 2013 at 10:14 am
Yes you make some valid points re the security of the data and also the possibility of running things against the wrong data set! I think I could do something...
September 26, 2013 at 7:12 am
OK thanks for the quick reply.
Rather than do it on the MSX i have logged onto the new target server, right licked the agent - multiserver admin- and then added...
September 24, 2013 at 3:34 am
so am I following the correct process as outlined in my post ? Or is there a better way ? As i mentioned it looks like if I right click...
September 24, 2013 at 3:09 am
ah ok then - that answers my question. I was concerned the index was not getting rebuilt properly but obviously from what you say, because the job completes, the indexes...
September 11, 2013 at 8:54 am
Gail
I didnt copy the whole of the error log as i thought it would look clutered. I just showed what I thought people might need to see. Below is an...
September 11, 2013 at 3:20 am
what do you mean by 'truncated output' ? Where am i looking for that ?
Thanks
September 10, 2013 at 9:58 am
Thanks guys.
Yeah i have seen that script and i have a copy of it ready to go but i dont want to implement it just yet. This is something I...
September 10, 2013 at 9:32 am
yeah i can post code without a problem using that method - as i did in this very post. But how do i post the results of the code that...
September 4, 2013 at 9:10 am
Yeah sorry about the messy query results. I did preview it and it looked ok but when i posted it got out of line.
Incidentally how do you copy a result...
September 4, 2013 at 8:49 am
Thank you that query has worked and your explanation makes perfect sense!!!
🙂
September 4, 2013 at 8:47 am
Thanks for the quick reply, but its now back to showing 0% for rows that have some data and 100% for the field that is fully populated.
Example there are 5000...
September 4, 2013 at 8:42 am
Tried that and it it returns 100% for all 3 columns....i need it to reflect the correct percentage ?
Any other ideas ?
September 4, 2013 at 8:30 am
Thanks for all your help.
I can now look at the package in BIDS !!
Brilliant - thanks:-)
September 2, 2013 at 9:48 am
Viewing 15 posts - 121 through 135 (of 207 total)