Viewing 15 posts - 886 through 900 (of 2,904 total)
Recreate the ODBC connection. If that doesn't work, go to Microsoft's website and download the latest MDAC. Install that and try again.
I don't think it's anything with an orphaned connection....
September 14, 2006 at 11:31 am
I believe the only way is if you were already tracking login information. The only login information is for current connections. Once the connection is broken, SQL Server doesn't care...
September 14, 2006 at 11:27 am
Here is the link for Previous Versions of Microsoft SQL Server:
http://www.microsoft.com/sql/prodinfo/previousversions/default.mspx
-SQLBill
September 14, 2006 at 10:39 am
So help others out here.....what was the solution?
-SQLBill
September 13, 2006 at 12:11 pm
What edition & version are you using? Run this:
SELECT SERVERPROPERTY('edition'),
SERVERPROPERTY('productversion'),
SERVERPROPERTY('productlevel')
Thoughts: it could be an evaluation edition...
September 13, 2006 at 7:28 am
Andy,
I didn't believe for a moment that SSC placed it there purposely. That's why I said so in my post. But check out Yahoo's mail login page sometime. It's...
September 11, 2006 at 11:35 am
There must be data in both totVoid and totOpen. This query isn't adding or duplicating data into your tables - it's only a SELECT statement. Did you check your...
September 11, 2006 at 10:55 am
As an addition to mkeast's excellent comments. If you set your instance to Windows Authenication Only, the SA account no longer works.
-SQLBill
September 11, 2006 at 10:51 am
Sushila,
That should be "when and how to APPEAL about the peel" LOL!!!!!
I thought the bent corner ad was awesome, until it kept getting in my way when I was logging...
September 11, 2006 at 10:47 am
As you should be aware, a view has no data. So, does the data (tables/columns) exist already in the new database? Are they correct (the same as the old...
September 11, 2006 at 8:45 am
John,
I don't believe the argument is about 'having advertisments'. At least I know that's not what I'm bringing up.
Sometimes the site adds new 'styles' of ads (such as the...
September 11, 2006 at 8:39 am
Nope, I have auto-statistics on (I also run UPDATEUSAGE frequently) and I do regular maintenance. In fact, I had just finished defragging the indexes and had updated usage and stats.
-SQLBill
September 11, 2006 at 8:36 am
Out for Justice,
I had checked the fragmentation and it was slightly fragged. So I did a INDEXDEFRAG and ran it with the results I posted.
Kenneth,
It's been repeatable. MAX() doesn't use...
September 8, 2006 at 12:52 pm
Andy,
Right now the 'bent corner' ad is no longer in the Active Topics forum view. So that's good. I haven't had any problems since you adjusted the menu bar.
Thanks.
-SQLBill
September 8, 2006 at 12:46 pm
How are you getting "Bob"? If you can put that into a variable, your insert could be:
INSERT INTO tblname
SELECT @newname,
...
September 7, 2006 at 11:53 am
Viewing 15 posts - 886 through 900 (of 2,904 total)