Viewing 15 posts - 1,966 through 1,980 (of 2,469 total)
Scott - sounds like you have a different problem now than what you originally posted...
this site should help you...http://dbforums.com/t441213.html
July 3, 2005 at 12:49 pm
Remi - I just placed a (huge) bet with myself that you will carry your laptop with you next week (& the week after that)!!
Do I win ?!
July 3, 2005 at 12:31 pm
what do you get if you do a count(*) of your candidatemst table and a select distinct(candiid) from your resumelist table ?!
what are the ddls of the 2 tables ?!
July 3, 2005 at 11:31 am
Philip's solution is much better - this way there won't be a need to have 2 columns!
July 3, 2005 at 9:41 am
Explicitly specify the database name:
Grant Select ON DATABASENAME.[INFORMATION_SCHEMA].[COLUMN_DOMAIN_USAGE] to [public]
July 3, 2005 at 8:43 am
If you absolutely HAVE TO HAVE an autonumbering text based field, one way you could do it is by having your IDENTITY column and then adding a computed column (textID)...
July 2, 2005 at 11:54 am
Hey Mike - Thanks for the post!
btw - is Nature not walking by this morning ?! <:-)
July 2, 2005 at 11:41 am
You could also check EM under "Management" - "Current Activity" to see if there are any processes running against the database that you want to restore. (Locks/Object)
July 2, 2005 at 10:26 am
Mike - there's an echo in here - I said something along the exact same lines in "Anything that is not SQL" yesterday - would you pl. be kind enough...
July 2, 2005 at 7:45 am
Bien Venue Remi - I knew you couldn't keep away! If I were rich I'd bet all my money on this one fact!
<;-)
At any rate, the answer to your question...
July 1, 2005 at 7:29 pm
All is clear now...
"master sysobjects contains the objects of ... well master
local db sysobjects contains the objects of ... well local db sysobjects
One sysobject per database"
....but temp tables are listed...
July 1, 2005 at 1:17 pm
Bill - what did finally work for you ?! And was your & Melissa's posts the same - meaning are you working together or were they different posts that got...
July 1, 2005 at 12:05 pm
<:-)
Happy Viewing! Make sure you get some lime with that Corona! The long weekend coming up should also be restorative...!!!
July 1, 2005 at 11:53 am
Viewing 15 posts - 1,966 through 1,980 (of 2,469 total)