Viewing 15 posts - 2,161 through 2,175 (of 2,469 total)
Oops - there's that catch 22!!!!! <;-)
Guess I meant that if I want to get a question answered, the first thing I'll do is pick the right forum before...
June 15, 2005 at 11:43 am
Recycling the posts is great because I have seldom seen one that doesn't get answered the second time around...(though at scc.com it's almost as if the members are vying with...
June 15, 2005 at 11:36 am
Remi - the only answer those posters deserve is : "GO POST IN THE RIGHT FORUM"...
But you know what I mean right ?!?! I'm sure appropriate filters could be added...
June 15, 2005 at 10:23 am
And my 2 Cs...I grew up in India where Education is HUGE & dropping out was NOT AN OPTION - we could've gotten beheaded for that...<;-)
I hear though that with...
June 15, 2005 at 7:57 am
that should read...
select * from syscolumns where id =
(select id from sysobjects where name = 'tablename')
June 15, 2005 at 7:24 am
If only everything was so simple....
You cannot use @sort directly because variables are only allowed when ordering by an expression referencing a column name......
June 15, 2005 at 7:22 am
sp_help is pretty comprehensive...
You can also query the system tables with something like:
select * from syscolumns where id =
(select id from sysobjects where name = )
June 15, 2005 at 7:17 am
The table def is certainly needed...but here's something for you to play around with...
select cost =
case
when weight 25 and destination = 'Kenya' then weight * 6.2
when weight...
June 15, 2005 at 7:03 am
Should be allowed unless the length of column is set to 1 ???? What other data do you have and what kind of error msg do the users get ?
June 15, 2005 at 6:34 am
There's an article on this very topic in today's scc.com - have you read it ?!
http://www.sqlservercentral.com/columnists/kKellenberger/restoringtoapointintime.asp
June 14, 2005 at 12:40 pm
Have you tried running an sp_depends against the table to see if anything's changed ?!
June 14, 2005 at 9:24 am
:cryisrespect ?!?! I never took it that way Remi
.....was just pointing out to Suri that he needs...
June 14, 2005 at 6:21 am
Viewing 15 posts - 2,161 through 2,175 (of 2,469 total)