Viewing 15 posts - 1,141 through 1,155 (of 3,366 total)
It's something we all seem to play with: is it better to spoon-feed the OP with completely built answers, or help them along the way to get there. They each...
August 14, 2009 at 9:45 am
I think you may have missed the where clause in my LEFT JOIN example. All three of these queries will return the same result set. ie Customer records without matching...
August 14, 2009 at 8:22 am
Heh... I had similar feelings about some of the posts. Some of it was so wrong I was moved to say "I'll also say that a lot of the advice...
August 13, 2009 at 10:53 pm
Considering they are not the norm, my question to you is are the occasional heated discussions, like the one we're talking about, enough to keep you away from SQLServerCentral.com?
No...
August 13, 2009 at 10:27 pm
I'd also like to make an important point... it wasn't 16 pages of poking just the author in the eye. Many others with the same misconceptions and misinformation as the...
August 13, 2009 at 8:26 pm
You may need to talk to Microsoft support if you don't have a backup or try Lumigent to see if you can repair the LDF file.
August 13, 2009 at 1:06 pm
You could try attaching without the LDF in either new installation of 2000 or 2008 starting with the later, if your database is not transaction heavy you will be fine....
August 13, 2009 at 12:19 pm
There are a few things if your SQL Server executing the package is 2000 that is you have a DTS package then you need to look for and download and...
August 13, 2009 at 9:34 am
If you work for a client running SQL Server in the US then you need to buy the under $50.00 Developer edition so you can configure everything you need on...
August 13, 2009 at 9:05 am
~paul hewitt (8/13/2009)
Gift Peddie (8/11/2009)
So I am not the only one mine is 65 percent complete I need IIS7 it is either Win7 or Vista so I vote for Win7.
No...
August 13, 2009 at 7:35 am
What is your operating system? The reason the Enterprise edition is for servers only if you are in Vista or XP you need to change to the developer edition. ...
August 13, 2009 at 7:14 am
I cannot give you step by step because it is very simple you need to go to Oracle site and download the 9i RC2 client for your operating system install...
August 13, 2009 at 7:09 am
When you have moved the datasource database to a new server I think it is more than connectionstring change you need to open the base report in BIDs if you...
August 13, 2009 at 6:48 am
No but Access memo can use SQL Server 2005/8 Varchar/NvarChar(Max) without any issues because Memo was imported into SQL Server 2000 Text/NText columns.
August 12, 2009 at 5:34 pm
SQL Server 2005 and below there was no data type with the same bytes as the .NET Char which is an unsigned integer 16 created to represent character data. ...
August 12, 2009 at 10:31 am
Viewing 15 posts - 1,141 through 1,155 (of 3,366 total)