Viewing 15 posts - 106 through 120 (of 325 total)
Jason-299789 (2/7/2013)
The...
February 7, 2013 at 4:10 am
No worries. I can't find the thread, but Paul White did an excellent job of writing it up on his blog.
thanks again ; will read that out ..
And coming...
February 7, 2013 at 3:40 am
ChrisM@Work (2/7/2013)
demonfox (2/7/2013)
...updating column1 to column1; definitely not a good idea...
There was a thread covering exactly this, fairly recently. I'll try to track it down. IIRC the conclusion (for most...
February 7, 2013 at 2:57 am
HildaJ (2/6/2013)
February 7, 2013 at 1:41 am
ALI100 (2/6/2013)
SetFormattedValue =CASE
When rg.ReferredFieldType='NUM'
Then CAST(#PointedMslValues.Value AS NUMERIC(18,cAST(rg.ReferredDecimalPoints) )
more cases .
END
I am generating a dynamic query which is giving error actually it...
February 7, 2013 at 1:19 am
vinu512 (2/6/2013)
m.rajesh.uk (2/6/2013)
cleans all the tables in a databaseWhat do you mean by cleaning tables??
Yes , An edit regarding this ;
For staging tables cleaning , one job should do the...
February 7, 2013 at 1:06 am
m.rajesh.uk (2/6/2013)
what are the best ways to do that.This time period can be...
February 7, 2013 at 1:01 am
purushottam2 (2/6/2013)
I was using CASE statement but i realized in CASE there is no...
February 7, 2013 at 12:51 am
Lokesh Vij (2/6/2013)
Nice question Steve!
+1
Thanks for the question.......
February 7, 2013 at 12:36 am
purushottam2 (2/5/2013)
February 5, 2013 at 1:32 am
Pablo Campanini-336244 (2/4/2013)
1.- What would be the code to insert some columns from a deleted record into a different table.
2.- Can I update a field on a table when an...
February 5, 2013 at 1:29 am
vanapandi (2/5/2013)
i am also finally got result by using sub query...whether it is wrong way
...
February 5, 2013 at 1:17 am
Jason-299789 (2/5/2013)
February 5, 2013 at 1:08 am
Lokesh Vij (2/4/2013)
CREATE TABLE Payment
(
PaymentHistoryID INT,
paymentID INT,
...
February 4, 2013 at 11:16 pm
Please provide the ddl ..
follow this link for best practices to post :
http://www.sqlservercentral.com/articles/Best+Practices/61537/
February 4, 2013 at 10:41 pm
Viewing 15 posts - 106 through 120 (of 325 total)