Viewing 12 posts - 1 through 12 (of 12 total)
Would you mind sharing
April 11, 2012 at 6:26 pm
Hi Kathy
Can we download the SQL source you used for the video somewhere? I'd like to bookmark a few points, but there's no way to do it on the video
Thanks
Mark
October 5, 2008 at 9:48 am
it doesn't work as it's using the default and not the collation of the target DB
December 7, 2007 at 2:34 pm
Thanks Piotr
I'd discovered that, but for sme reasons the DB's that are installed on the target do not use default collation either. Bit of a wierd setup, but I'm stuck...
December 6, 2007 at 4:30 pm
Thanks a lot Jezemine
Work perfectly
Regards
Mark
June 15, 2007 at 8:35 pm
Hi Guys
I created a command for adding the extended properties (I added on called "Description"):
exec
sp_addextendedproperty @name = N'Description'
June 15, 2007 at 3:35 pm
Thnaks a lot Jeff
Found it. Now I can do it programmatically though it's way better
Regards
mark
June 14, 2007 at 9:02 pm
Thanks a lot Aaron
I'll have a play
Regards
Mark
June 13, 2007 at 12:50 pm
Thnaks John
I'll give it a try
June 6, 2007 at 12:51 pm
Thnaks a lot Lowell
I'm not too concerned about performance, as the DB's I'm working with are pretty small databases (my SP will be run before they go to production enviroments)
Regards
Mark
June 1, 2007 at 7:05 am
Hi Duane
I tried it and it just returned tables from system. If I add "use <db name>" it does one db at a time. Anyway to do all db's together?
Other...
May 31, 2007 at 6:03 am
Viewing 12 posts - 1 through 12 (of 12 total)