Viewing 15 posts - 9,076 through 9,090 (of 18,926 total)
The movie is great. If you don't like it, you owe me 1000$ per post I answered for you :P.
October 1, 2007 at 2:36 pm
Ya that too. If you post the table DDL, then maybe we can have a look an point you out in the right direction... assuming there's something wrong with...
October 1, 2007 at 12:22 pm
Dead lock.
Took longer than the connection time out.
Hard to tell. I might suggest you script those changes out so that you can run them manually and have more control...
October 1, 2007 at 12:05 pm
I don't see what you mean by repeat...
All I can say to you is that QA has the ability to generate the insert query templates. You can use that...
October 1, 2007 at 12:04 pm
I wish I could answer that one without testing but I can't say for sure.
One thing I can confirm is that would not be surprised at all to see this...
October 1, 2007 at 12:02 pm
No offense, but you can create a sp, why can't you use that statement to directly exec the sp_defaultdb procedure and skip the first step?
October 1, 2007 at 11:02 am
Something like that. Don't you hate that when you have to ask your mommy to go to a conference like PASS :hehe:?
October 1, 2007 at 10:48 am
My access trick always worked... maybe the fact that no GUI interferes with the code sent the server helps a lot in that case. Something to be said about...
October 1, 2007 at 10:45 am
How about something simple like adding a ident column into a table? Insert into that table. Fetch scope_identity() and user for filename. Delete the row.
I doubt you'll get...
October 1, 2007 at 10:41 am
Dinu E Anastasiu (10/1/2007)
Gail,Many thanks.
I managed to login, but then if I try any command (New Database, Attach etc) I get that dreadful message: cannot open the default DB.
Dinu
Thanks...
October 1, 2007 at 10:36 am
In this case : Where MyCol < 'whatever' OR MyCol = 0
One implies a range seek and the other one an index seek (rid lookup). I don't see how...
October 1, 2007 at 10:07 am
Does that work in QA as well (I don't have it installed here... I can't check for myself, and I'm guessing it can help someone else as well)?
October 1, 2007 at 10:02 am
What I did to get myself out of this one is this :
Open up access (or anything where you feel good about coding a bit). Create a connection object....
October 1, 2007 at 9:40 am
Now that's a blow below the belt... of course I was not even born when that program was created so I don't have much arguments for it either ;).
October 1, 2007 at 9:36 am
Viewing 15 posts - 9,076 through 9,090 (of 18,926 total)