Viewing 15 posts - 46 through 60 (of 97 total)
HI all,
Well the point of discussion is to have a script by which i can get all the column name and table name in a db where the data length...
January 9, 2012 at 10:42 am
Cadavre (1/9/2012)
BEGIN TRAN
DECLARE @sql AS VARCHAR(MAX)
SELECT @sql = COALESCE(@SQL,'') + 'SELECT ' + c.name + ', '''+c.name+''' AS columnName FROM...
January 9, 2012 at 8:53 am
because in our db there are table with wrong datatype.So i wan to find it by this means to complete a task
January 9, 2012 at 8:52 am
yes exactly i want all the column name and table name where value is 9 character
January 9, 2012 at 8:33 am
hello plz answer if u know or plz let other to answer
January 9, 2012 at 8:20 am
mrdenny can u send me the script
January 9, 2012 at 2:28 am
i don't know the table name and column name So this query will not match my requirement.
January 9, 2012 at 2:26 am
i don'nt know the table & column
i just want to find table name and column name where data len = 9
can any one ping the script PLZ
January 9, 2012 at 2:01 am
hi u mean by using DMV query can u just Send me the query so that i can go through it and find the query
January 9, 2012 at 1:13 am
yes u have .thks for ur suggestion.
January 2, 2012 at 11:59 pm
thnks i just want to know is image datatype can we used in any compare condition or not.
so we can not have compare condition in image datatype column
January 2, 2012 at 10:38 pm
The Solution which i found out is
Script the both Pk table And FK table and drop those table and recreate it with one shot .As for this there is...
November 20, 2011 at 5:48 am
i can do it but
If i have a foreign key related to My Primary key how can i do it
and i don'nt have data in those table it...
November 18, 2011 at 9:09 am
just use sql server agent job to do it
very simple
November 18, 2011 at 5:49 am
Can u send me the entire query to genrate the script
September 21, 2011 at 12:43 am
Viewing 15 posts - 46 through 60 (of 97 total)