Viewing 15 posts - 121 through 135 (of 256 total)
chgn01 (4/1/2013)
I found this option in SQL 2020 SP4
But i found this in sql server 007 SP 00.001 :-D:-D:-D
April 1, 2013 at 10:59 pm
Hi Arju,
Sorry for reply to0 late. Please check the below link. this will help you.
http://www.sqlservercentral.com/scripts/T-SQL/97571/
I have also create different kind of scripts related to copy objects from...
March 28, 2013 at 11:34 pm
Good one Ron 🙂
I think you have posted two questions on this topic earlier. If it is possible, then please post more questions on this topics with different kind of...
March 27, 2013 at 11:31 pm
Hi,
Sorry, but i am unable to understand question completely.:ermm:
If you increase varchar length then it will give right answer. Please try below T-sql statements
SELECT CONVERT(VARCHAR,GETDATE(),20)
SELECT CONVERT(VARCHAR,GETDATE(),21)
SELECT CONVERT(VARCHAR,GETDATE(),106)
SELECT CONVERT(VARCHAR,GETDATE(),107)
SELECT CONVERT(VARCHAR,GETDATE(),109)
SELECT CONVERT(VARCHAR,GETDATE(),113)
March 21, 2013 at 11:15 pm
Dineshbabu (3/20/2013)
Thanks for recalling the basics.Still I have question, why it has been called as DDL command?
I think due to different behavior of truncate command, it's consider as DDL...
March 20, 2013 at 11:19 pm
demonfox (3/20/2013)
Danny Ocean (3/20/2013)
Good question.In real life scenario, we need to take care of cascade option.
I prefer not to have delete cascade on design .. to let the error display...
March 20, 2013 at 12:31 am
Good question.
In real life scenario, we need to take care of cascade option.
March 20, 2013 at 12:00 am
kapil_kk (3/17/2013)
very good question to start of the week.. 😛
:-):-):-)
March 17, 2013 at 11:31 pm
kapil_kk (3/15/2013)
Danny Ocean (3/15/2013)
one more thing apart from this question. if you set ARITHABORT OFF and then execute below code, it will give output as...
March 15, 2013 at 4:08 am
Viewing 15 posts - 121 through 135 (of 256 total)