Viewing 15 posts - 1 through 15 (of 21 total)
Really nice question.
And of-course nicely explain the answer.
July 27, 2016 at 3:06 am
Hi Cadavre,
Yes it works, Thanks for reply...:-)
August 20, 2012 at 7:04 am
Hi,
I m grateful to all of u for taking the time to offer help.
Thanks again to all of u.....
May 23, 2012 at 7:48 am
Hi,
Thanks for your reply...
November 16, 2011 at 1:49 am
There are some in-built sql function available in sql server like say;
DatePart, DateDiff and DateName which may help you out.
Plz refere the syntax from MSDN of above function.
Hope, it may...
March 10, 2011 at 7:53 am
Hi,
For that follow the below steps:
-> Go to "Tools" menu and click on "Options"
-> In the option window, click on "Designers".
-> Here now uncheck the checkbox which says: Prevent...
August 20, 2010 at 12:26 am
-> Open table design in SSMS.
-> Select "Owner_Id" column and see the property at bottom side.
-> You can find "Identity specification". set it to "Yes".
That's it.
August 19, 2010 at 6:01 am
Yes, I completely agree with Gilamonster...
as he said - "You learn nothing if you get other people to do your work for you"
first try to find it by doing some...
August 19, 2010 at 4:13 am
Hi,
If possible, then convert yr query into stored procedure or make Views.
Otherwise it can't help u...
But what is yr actual requirement?
August 19, 2010 at 3:54 am
Hi,
Show me your initial query that u made to accomplish this task.
August 19, 2010 at 3:45 am
Jayraj,
Try below script.
select name from sysobjects where id in (select sd.depid from sysobjects so, sysdepends sd
where so.name = 'My_DownloadComplains' and
...
August 19, 2010 at 3:17 am
Hi muthukkumaran,
First-of-all thanks for yr reply....
Yes, I check the error logs in sql server. Here below is the detail...
At 2.35 pm I got the below message.
[298] SQLServer Error: 4060, Cannot...
April 17, 2010 at 12:20 am
Yeah, I agree with CirquedeSQLeil, The lack of a column in the where clause makes none of the answers correct
February 26, 2010 at 12:00 am
Superb!! this is excellent introduction...Thanks Gail.
Waiting for yr 2nd and 3rd article...
October 28, 2009 at 12:07 am
Viewing 15 posts - 1 through 15 (of 21 total)