Viewing 15 posts - 3,106 through 3,120 (of 18,926 total)
http://www.connectionstrings.com
It might also be that the connectivity drivers are not installed on your machine.
August 24, 2011 at 10:19 am
ravishankar.yedoti (8/24/2011)
but , i require that to be worked now. Please provide me solution for that.
Next time please start a new thread. You're likelier to get more help faster...
August 24, 2011 at 10:17 am
SQLRNNR (8/24/2011)
Ninja's_RGR'us (8/24/2011)
Ninja's_RGR'us (8/23/2011)
And then 15 minutes later will reping on the...
August 24, 2011 at 9:03 am
SQLRNNR (8/24/2011)
GilaMonster (8/24/2011)
espanolanthony (8/24/2011)
Any one on this please.....Patience. We're all volunteers with our own jobs and problems. If you want immediate help, hire someone.
I know of a few consultants looking...
August 24, 2011 at 9:01 am
Ninja's_RGR'us (8/23/2011)
And then 15 minutes later will reping on the same thread,...
August 24, 2011 at 8:47 am
If we knew we'd have told you by now.
What problem is this causing you that this can't wait a couple hours?
August 24, 2011 at 8:46 am
dstyles (8/24/2011)
August 24, 2011 at 7:31 am
Tell them about the risk. This is something real easy to do with vms.
If ANYTHING goes wrong, and it DOES. Then you're screwed with in place upgrade.
What's worst?...
August 24, 2011 at 5:44 am
Michael Valentine Jones (8/23/2011)
Ninja's_RGR'us (8/22/2011)
Michael Valentine Jones (8/22/2011)
http://msdn.microsoft.com/en-us/library/ms143393(v=SQL.100).aspx
From:
SQL Server 2008 Enterprise Evaluation
To:
SQL Server 2008...
August 23, 2011 at 4:41 pm
This is why doing side by side install is often the best choice.
Make a new server, backup / restore and test the new system through and through.
Once you're done restore...
August 23, 2011 at 11:51 am
I've rarely if ever saw the need to get an actual count like that.
What do you need it for later in the code?
Any reason why you can't do if exists...
August 23, 2011 at 11:49 am
The one that really bug me (and yes it happens far too often) is someone who ask a question.
And then 15 minutes later will reping on the same thread, and...
August 23, 2011 at 11:47 am
Any reason you can't use COUNT(*)?
This will always use the smallest index to return the result (least reads, hence the fastest).
Can't say it's the best option here since I don't...
August 23, 2011 at 11:41 am
Good point Grant, maybe you need a 3rd person to sit in 🙂
August 23, 2011 at 10:21 am
That would work once the columns' name are corrected.
DELETE X FROM TABLEX X INNER JOIN DATABASEZ.DBO.TABLE1 T2 ON X.TBXRefNo = T2.DBZRefNo
WHERE (T2.DBZRefName = 'XYZ')
August 23, 2011 at 9:28 am
Viewing 15 posts - 3,106 through 3,120 (of 18,926 total)