Viewing 15 posts - 15,826 through 15,840 (of 26,486 total)
Stefan_G (4/21/2010)
Paul White NZ (4/21/2010)
Stefan_G (4/21/2010)
select * from dbo.SafeDateAdd(cast('99991231' as datetime),1)declare @d datetime
set @d=cast('99991231' as datetime)
select * from dbo.SafeDateAdd(@d,1)
Both run without error for me on both 2005 and 2008.
Versions tested:
SQL...
April 21, 2010 at 12:50 pm
kabaari (4/21/2010)
Thanks. Not sure if posting data would apply in this situation. But, I posted data in the past and ended up with people responding with how valuable their time...
April 21, 2010 at 11:32 am
CirquedeSQLeil (4/21/2010)
Dense
I see you found it...
April 21, 2010 at 10:44 am
Here is a question for you, have any of your clients (customers) connected from any of those IP addresses that have attacked you??
April 21, 2010 at 10:42 am
Just an FYI, starting with Windows Server 2008 XCOPY has been flagged from depreciation. Recommended replacement is ROBOCOPY.
April 21, 2010 at 10:39 am
Not someone I may consider hiring as a consultant or direct-hire.
April 21, 2010 at 10:25 am
It would help if you would post the DDL (CREATE TABLE statement) for the table, sample data (series of INSERT INTO table statements) for the table, and expected results. ...
April 21, 2010 at 10:11 am
I have to agree with Paul. Yes, if I run his function the way you are calling it, I get an error. However, look at the following code...
April 21, 2010 at 10:07 am
Configuring a VPN client is only done once. Once configured, you simply start it and use it. One of our sysadmins even has his start automatically when he...
April 21, 2010 at 9:25 am
Another option:
CREATE TABLE #orders(
order_id int,
product_id int,
...
April 21, 2010 at 9:20 am
Steve Jones - Editor (4/20/2010)
April 20, 2010 at 10:43 pm
malavika.ramanathan (4/20/2010)
In my SP, i have given print statements at every level to check.
Now...
April 20, 2010 at 10:39 pm
Viewing 15 posts - 15,826 through 15,840 (of 26,486 total)