Viewing 15 posts - 9,076 through 9,090 (of 18,923 total)
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
Doesn't the or in the end kill any change of an index seek?
October 1, 2007 at 9:25 am
Because of decimal (x,2), you lose the last digit from the value. Then the convert to int kills the rest of the decimals, this is not what is asked...
October 1, 2007 at 4:59 am
I had never thaught of that for you Loner... but it's an awesome idea. You should definitly go on as a freelancer. It may not always be as...
September 30, 2007 at 6:19 pm
Viewing 15 posts - 9,076 through 9,090 (of 18,923 total)