Site sponsored by:
The gold standard of SQL Server performance monitoring & diagnostics
Home
Articles
Forums
FAQ's
Tips
Quiz
Blogs
Software
Books
About Us
RSS Feeds
Sign in
|
Join
databases
»
collation
(RSS)
Browse by Tags
change
sql server
tables
TSQL to generate a script that updates a column on every table in my database. How do I do this?
SELECT 'ALTER TABLE ' + sysobjects.name + ' ' + 'ALTER COLUMN ' + syscolumns.name + ' ' + systypes.name + '(' + cast(syscolumns.length as varchar) + ') ' + 'COLLATE ' + syscolumns.collation + ' ' + case when syscolumns.isnullable = 1 then...
Posted to
Other SQL Server Blogs around the Web
(Weblog)
by
Anonymous
on 07-29-2007
Page 1 of 1 (1 items)
Is your SQL application secure? Audit for SQL injection, XSS and other web attacks with Acunetix Web Vulnerability Scanner.
AJAX Tutorials and More
Derivatives One : Online Financial Derivatives Calculator
© 2000 - 2007 vDerivatives Limited All Rights Reserved.