Viewing 15 posts - 961 through 975 (of 1,251 total)
Hi Naveen, welcome to the forum.
To help we're going to need a little bit more detail. When you say you're trying to retrieve them, what do you mean? ...
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 22, 2014 at 5:15 am
SQLRNNR (7/21/2014)
Revenant (7/21/2014)
SQLRNNR (7/21/2014)
EL Jerry (7/21/2014)
Stuart Davies (7/21/2014)
WOTD wood
Hard (floor)
impenetrable
Adamantium
fusion
Cold
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 22, 2014 at 1:38 am
hoseam (7/21/2014)
The code is this:
declare @ToDate datetime
declare @FromDate datetime
set @FromDate = '01/02/20014'
set @ToDate = '28/02/20014'
SELECT EVENTDATE,'' AS BRANCHCD, BUSINESS_AREA, CREATE_DATE, WORK_TYPE, QUEUE, STATUS, CREATE_AGE, CATEGORYCD, DELAYREASON1,...
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 21, 2014 at 7:15 am
set dateformat ymd
declare @ToDate datetime
declare @FromDate datetime
set @FromDate = '2014-07-21'
set @ToDate = '2014-07-22'
select @FromDate
select @ToDate
Does that do what you need?
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 21, 2014 at 5:41 am
Mule
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 18, 2014 at 5:49 am
Have a look at this article. It'll certainly point you in the right direction.
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 18, 2014 at 3:02 am
I don't know I had the misfortune of watching a bit of 'Sharknado' the other night. :w00t: :Crazy:
I did the same, I thought it couldn't be that bad could it?...
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 18, 2014 at 12:40 am
Helix
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 17, 2014 at 5:38 am
You can use PATINDEX or CHARINDEX to do that.
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 17, 2014 at 3:39 am
It was so easy it took at least 20 minutes research to make sure there wasn't a catch. I must have checked half the documentation and writing about page...
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 17, 2014 at 3:17 am
Ed Wagner (7/14/2014)
SQLRNNR (7/14/2014)
Revenant (7/14/2014)
Ed Wagner (7/14/2014)
SQLRNNR (7/14/2014)
BWFC (7/11/2014)
Venusdesire
Want
Wanton
Pork
Launch 😀
Dinghy
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 16, 2014 at 5:26 am
I got it wrong because I misinterpreted this line:
When you specify a PRIMARY KEY constraint for a table, the Database Engine enforces data uniqueness by creating a unique index...
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 16, 2014 at 12:54 am
Venus
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 11, 2014 at 6:31 am
Andy Warren (7/10/2014)
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 10, 2014 at 8:18 am
Thanks for your reply Andy. I can imagine how difficult it is to create a question from an interesting situation and make it answerable without giving too much away....
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
July 10, 2014 at 7:08 am
Viewing 15 posts - 961 through 975 (of 1,251 total)