Viewing 4 posts - 31 through 34 (of 34 total)
I ran this script against one of my tables which does not have an identity column and seemed to do okay but with a couple of problems that I think...
June 21, 2008 at 10:55 am
What would be involved in having this execute automatically for the output of this procedure that lists the user table names?
http://www.sqlservercentral.com/scripts/Miscellaneous/30070/
Then scripts for all tables could be generated in one...
June 21, 2008 at 10:18 am
I'm sorry, where does the database name go in the brackets?
Is that the only thing one needs to do to this?
When do i put in the table name?
Newbie.
June 20, 2008 at 5:57 pm
The spaces that it adds are Unicode characters. In order to get rid of them I saved it in notepad and it replaced them with ? - then I did...
June 20, 2008 at 5:33 pm
Viewing 4 posts - 31 through 34 (of 34 total)