Viewing 15 posts - 151 through 165 (of 528 total)
Architecture matters. Is the application housed locally, or are the remote users trying to log into the database directly from their long distance away?
SQL Server has a very SMALL...
July 23, 2008 at 2:55 pm
There is no easy answer to this question, because there's no way to tell what 'tricks' your VS 5 implementation is using with SQL 6.5 that is incompatible with SQL...
July 16, 2008 at 2:17 pm
Sounds to me like a chained list - for each entry in Pulldown A, give me all possible choices from Pulldown B. Won't a nested double query work for...
July 16, 2008 at 1:46 pm
It occurs to me that there's a problem with 'disabling' the password, depending on how the ID is used. IF you have administrative rights to the machine, then you...
July 15, 2008 at 1:16 pm
GilaMonster (7/15/2008)
Try doing a save-as
I've greatly enjoyed this thread, and a belated congratulations, Gail, on being named an MVP!
Thanks. It's turning out to be a very good year.
The problem was...
July 15, 2008 at 1:10 pm
Jonathan Kehayias (7/15/2008)
She covers in depth the comparison of this...
July 15, 2008 at 12:05 pm
If I understand everyone else's responses correctly, then
1. You only want to control the column order to support smooth internal operation and enhance efficiency within SQL Server's internals.
2....
July 15, 2008 at 11:44 am
What Login are you using to disable? If you can't 'trump' the NT login, then you don't have sufficient rights, and that would trigger the error message.
Can YOU login...
July 15, 2008 at 11:34 am
Simon_L (7/1/2008)
steve smith (6/30/2008)
Why bother with standards?A question I seem to get asked more and more ..
"agile standards " anybody ?!
And, if standards aren't agile, how long...
July 1, 2008 at 7:15 am
balbirsinghsodhi (6/30/2008)
June 30, 2008 at 2:51 pm
Why bother with standards? Because the improve predictability and allow one to focus on the important issues, like what does the code say? What is expected behavior, and...
June 30, 2008 at 2:46 pm
Having just come from the same church, different pew, check the following:
Surface configuration: Make sure that TCP/IP is enabled for SQL Server, and experiment with Named Pipes turned off...
June 16, 2008 at 2:41 pm
For those of you who wondered what might have happened.... I had confused myself by entering a Windows login and password into a SQL Server place for login and password,...
June 16, 2008 at 2:29 pm
Sorry for the lagged response - I was diverted for a bit, but am now back.
Noeld - 'named' subscription? This is a push, not a pull.
Everyone - on a...
June 11, 2008 at 7:51 am
noeld (6/4/2008)
HOSTS or LMHOSTS are a way to BYPASS DNS queries. so your network client does not need to resolve the Computer Name.
I can appreciate the use to avoid DNS...
June 4, 2008 at 12:58 pm
Viewing 15 posts - 151 through 165 (of 528 total)