Viewing 15 posts - 15,451 through 15,465 (of 18,923 total)
This was only one of the possible solutions... I wanted to get over the fact that there should not be duplicates in a table and that he should explore the...
July 7, 2005 at 11:01 pm
Any object means :
Unique constraint
Primary key
table
trigger
user defined function
defaults
check constraints
Fk
views
extended procs --for master only
replication functions
Indexes can have the same name as the table or any other objects.
Did I forget anything?
July 7, 2005 at 10:59 pm
I don't care about the query, I care about the results
.
July 7, 2005 at 5:29 pm
Maybe you should ask Steve to generate a top 100 lists of the most prolific posts day/user. That would clear it up
July 7, 2005 at 4:16 pm
Only something??????????????????????
I think you need to reread this thread
.
July 7, 2005 at 3:10 pm
Select O.name from dbo.SysObjects O inner join dbo.SysComments C on O.id = C.id where C.Encrypted = 1 and O.XType = 'V'
July 7, 2005 at 3:09 pm
You can always detach the databases, move 'em to E and reattach... just one of many ways. But of course the database is not available while you do this.
July 7, 2005 at 3:06 pm
And to -1 if it's tinyint, smallint, int or bigint (god forbid).
July 7, 2005 at 2:51 pm
"(NO MORE GUESSING!)"
Heard that one before
.
Anyways we'll have to see what he has to say about it.
July 7, 2005 at 2:51 pm
Maybe that's the case, but what if he fetchs only a range of rows instead of all rows... wouldn't it all come back to the same thing in the end?
July 7, 2005 at 2:35 pm
I implied that in my answers on other threads
.
July 7, 2005 at 2:30 pm
Sounds like you're finally agreeing with me
.
July 7, 2005 at 2:16 pm
Have you ran a trace to see what calls are made on the server with each version of the code. Maybe there are also settings that you misseds.
July 7, 2005 at 1:56 pm
Case when RC = 'Y' THEN 'RC, ' ELSE '' END +
Case when P1 = 'Y' THEN 'P1, ' ELSE '' END +
Case when ME...
July 7, 2005 at 1:52 pm
A few things :
1 - Why do you have duplicates in that table?
2 - If this is not a requirement, then why do you complicate your life?
3 - Are...
July 7, 2005 at 1:49 pm
Viewing 15 posts - 15,451 through 15,465 (of 18,923 total)