Viewing 15 posts - 1,576 through 1,590 (of 5,356 total)
To add to this, I don't see a PWD argument, or am I missing something ![]()
What about having a look here: http://www.connectionstrings.com/
December 7, 2004 at 5:04 am
See, if this helps:
http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part3/c1161.mspx
December 7, 2004 at 2:35 am
Still I would go for the second option. And make sure you have a good backup and recovery concept.
December 7, 2004 at 1:43 am
Actually it would make sense, among other things, if you would use the DATETIME data type for @BeginDate and @EndDate.
And probably even more easier would it be to do a...
December 7, 2004 at 1:36 am
There is no Left pad function as this can be considered a presentational issue you have
Try this:
DECLARE @MeineZahl INT
SET @MeineZahl = 99
SELECT
REPLACE(STR(@MeineZahl,10), '...
December 6, 2004 at 2:12 pm
To add to Steve:
Search my site for 2005. Returns 21 links. Too much to post here. Probably another really interesting one is that to the Beta newsgroups:
http://communities.microsoft.com/newsgroups/default.asp?icp=sqlserver2005&slcid=us
December 6, 2004 at 1:34 pm
Extended stored procedures are not stored in any table. They are usually in a DLL file. You can find this out by running something like this:
USE master
GO
EXEC sp_helpextendedproc...
December 6, 2004 at 1:27 pm
And Frank, what are you doing drinking California Zinfandel? They make it a couple of miles east of here, but didn't you guys invent it?
AFAIK, is Zinfandel "the" classical American...
December 6, 2004 at 1:02 pm
With age comes wisdom
...but you still run faster, or what?

December 6, 2004 at 7:34 am
I would use the second configuration, but change it to RAID 5, or even better RAID 10 for data files. In any case separate tempDB on its own array.
December 6, 2004 at 7:25 am
Nice one, Dave. 
Btw, I am younger than you and have more hair ![]()
December 6, 2004 at 6:48 am
Viewing 15 posts - 1,576 through 1,590 (of 5,356 total)