Viewing 15 posts - 2,686 through 2,700 (of 3,655 total)
I don't need to. He is a noted trombone player and you can visit his web site for yourself!
I agree with the assessment on the breadth of his knowledge...
July 12, 2005 at 9:32 am
If ever you need a trombone player with a shark fetish Frank is your man!
July 12, 2005 at 9:27 am
I don't know about a specific bolt-on for SQL Server but our translation department tell me that there are automated translation dictionaries that do the bulk of the work.
The bulk...
July 11, 2005 at 3:47 pm
I've seen an ORACLE database slaughtered by a web content management system in testing, but in real life it coped just fine.
One issue I have seen with testing is coming...
July 7, 2005 at 1:47 am
You say that the locking issue only applies at the default isolation level of READ COMMITTED
Surely this knocks the ORACLE guys argument for six because although it is the default...
July 6, 2005 at 9:01 am
I went to a SQL2005 tech-ed briefing and was told that ultimately SQL2000 was limited however no expense has been spared on SQL2005 to ensure that it does scale.
With SQL2000...
July 6, 2005 at 1:23 am
This question is a lobbed hand grenade. I hope the SQLServerCentral.com servers are up to the flaming.
July 4, 2005 at 2:22 am
Replace any single quote instances with two single quotes in your variables.
I should also use a stored procedure and use what ever the .NET equivalent of a Command object is...
June 30, 2005 at 1:27 am
@set PATH=%FrameworkSDKDir%\bin;%FrameworkDir%\%FrameworkVersion%;%PATH%;
Shouldn't that read
@set PATH=%FrameworkDir%\bin;%FrameworkDir%\%FrameworkVersion%;%PATH%;
And in the source code where is the LogIt function defined?
Other than that it is nice to see a practical example of the CLR functionality.
June 28, 2005 at 2:02 am
I totally agree, and as the summer holidays are coming up I'll be removing the blocking of "Valium" from my SPAM filter![]()
June 27, 2005 at 2:00 am
During the industrial revolution one of the mill owners discovered that when he cut his workers hours from 18 per day then productivity shot up!
Sir John Harvey Jones was famous...
June 24, 2005 at 3:20 pm
Also, don't forget to click on the refresh icon.
Providing that the login that is used top register the database has the correct permissions this will work.
Double-check which database you created...
June 24, 2005 at 2:44 pm
Thanks for this.
I've resorted to having a windows CMD file run with
NET STOP SQLSERVERAGENT
NET START SQLSERVERAGENT at 06:00 every morning.
It is crude and horrible I know but 9...
June 23, 2005 at 3:46 am
In your 2nd attempt your where scandate'1899-12-30 00:00:00.000' needs to be outside of you derived table query.
Loose the DISTINCT from the derived table query, it is superfluous.
Do you have and...
June 22, 2005 at 1:18 pm
Viewing 15 posts - 2,686 through 2,700 (of 3,655 total)