Viewing 15 posts - 17,476 through 17,490 (of 18,923 total)
It's better to have more information than less.
Here's an example of what you need using the system tables...
--find all the tables that have the columns indid, id :
Select O.Name...
June 1, 2005 at 11:31 am
Yup, then you show up at PASS with that recording... Sure would get you some freebies
.
June 1, 2005 at 11:18 am
Maybe you should have said :
But I have 47 users, do I have to buy a 47 way server??
Then record the answer and playback at the Christmas party....
June 1, 2005 at 11:13 am
Me neither... I never had to deal with big databases. I'll let the other dbas take this one.
June 1, 2005 at 11:10 am
Was he selling the server too?
On a more obvious side : did you buy the software??
June 1, 2005 at 11:07 am
Please don't cross post, we check all forums at all times.
Finish the discussion here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=48&messageid=186681
June 1, 2005 at 11:03 am
If you just want to wipe out both tables, you can disable or delete the foreign key, then you'll be able to truncate both tables.
Here's out to disable / enable...
June 1, 2005 at 10:53 am
Just to fish out numbers... I've read about servers that handled 100s of dbs. I think it all comes down to how much traffic are the apps sending and...
June 1, 2005 at 10:48 am
This is just a hunch... is it possible that the db size if set to a certain fixed number?.. can't think of anything else to help you in this situation..
June 1, 2005 at 10:47 am
I'm flattered but I don't have the time to take on a contract at the moment...
Maybe you could do a post in the jobs posting of this site. ...
June 1, 2005 at 10:45 am
You'll have to delete the data in the child tables before deleting the parent table's data (even truncate can't go around this).
What's the problem you're trying to solve...
June 1, 2005 at 10:25 am
This will fail if the data is not numeric, you might want to change the column's datatype to decimal if a varchar is not its most meaningfull datatype.
SELECT top 1...
June 1, 2005 at 10:23 am
It still won't work. It'll sort by the numerical value 1,2,3... not the colid. Which if I remember corectly won't even be supported starting with Yukon.
You either...
June 1, 2005 at 10:20 am
You don't need to put anything in it, but you must declare it. I set it to something to show you that its value was changed in the proc.
Also...
June 1, 2005 at 10:04 am
Viewing 15 posts - 17,476 through 17,490 (of 18,923 total)