Viewing 15 posts - 526 through 540 (of 660 total)
am using a function
return
(convert(char(10),cast(@IntVal - 36161
August 16, 2007 at 9:36 am
date is stored in integer like 73459 when i do a convert I get this date 02/13/2002
I want this to be done for total column and show the result...
August 16, 2007 at 9:25 am
thank you guys... I got it worked out by runnig this script which was written by vyas
/*To disable constraints*/
SELECT 'ALTER TABLE '...
August 14, 2007 at 11:28 am
or is it something like there is no free space available to shrink any more.
August 13, 2007 at 7:47 am
Hey good guy..I accept it but i am not just dealing with password unique though they have same password they may have different userid, what i need is there can...
August 2, 2007 at 6:40 am
yeah but still i want an unique constraint or what ever for both userid and passowrd together.
Can i have constraint on existing table though it has duplicates existed, i want to...
August 1, 2007 at 11:47 am
I am not sure about unique contraints..does it work in that way. Actually I thought I can have a unique constraint with userid and pswd together. here userid can repeat...
August 1, 2007 at 8:15 am
If I have columns userid & password, can I have unique contraint on both of them so that both userid and password should be unique giving a chance for either...
August 1, 2007 at 7:51 am
do i need to check through each column? I wud like to check complete table if it has any coulumns that has unique data in it.
above query has syntax error.
August 1, 2007 at 7:13 am
Greg
by running your query i am able to get all the tables,references but how can I find circular references in it and get rid of them
July 27, 2007 at 10:26 am
do i need to do that for each table..is there a way i can do for total database.
Actually I have to check comeplte database for circular references and come up...
July 27, 2007 at 8:30 am
I ran the above script but in my result looks like
1301579675 mapilink 0 0.000000 0.000000000 0.000000000 0.000000
1317579732 matter 0 0.000000 0.000000000 0.000000000 0.000000
1349579846 matter2 0 0.000000 0.000000000 0.000000000 0.000000
1381579960 matter3 0 0.000000 0.000000000 0.000000000 0.000000
1413580074 message 0 0.000000 0.000000000 0.000000000 0.000000
1445580188 notes 0 0.000000 0.000000000 0.000000000 0.000000
1477580302 otldtl 0 0.000000 0.000000000 0.000000000 0.000000
1493580359 otlhdr 0 0.000000 0.000000000 0.000000000 0.000000
1525580473 pcmatter 0 0.000000 0.000000000 0.000000000 0.000000
1557580587 phase 0 0.000000 0.000000000 0.000000000 0.000000
1589580701 phone 0 0.000000 0.000000000 0.000000000 0.000000
1621580815 popuid 0 0.000000 0.000000000 0.000000000 0.000000
July 23, 2007 at 1:38 pm
ok.
I truncated all the data in my DB using
-- disable referential integrity
EXEC sp_MSForEachTable 'ALTER TABLE ? NOCHECK CONSTRAINT ALL'
GO
EXEC sp_MSForEachTable 'TRUNCATE TABLE ?'...
July 23, 2007 at 12:21 pm
I get the following mesg for most of the tables when I run the query listed inthe link provided
Warning: The table empcontact' has been created but its maximum row...
July 23, 2007 at 10:29 am
I think, if i can get all table names with a script then I can do a "delete from 'tablename', how can i get just table names from a DB
July 23, 2007 at 9:47 am
Viewing 15 posts - 526 through 540 (of 660 total)