Viewing 15 posts - 121 through 135 (of 1,047 total)
First one is better...
I use first option generally
October 21, 2013 at 4:39 am
Can you please provide some more details?
October 21, 2013 at 4:36 am
You need to use squar brackets with underscore like this:
SET @appnaam2=@appnaam +'[_]%'
It will works
October 20, 2013 at 11:31 pm
Carlo Romagnano (10/13/2013)
Clear and easy question! Thanks!🙂
+1 🙂
October 13, 2013 at 11:35 pm
Mark-101232 (10/10/2013)
DECLARE @x XML='
<root>
<INPUT>
<CID>17064</CID>
<OwnerID>17064</OwnerID>
<TaskId>0</TaskId>
...
October 10, 2013 at 6:43 am
EXECUTE sp_msforeachtable @command1="Print 'Test'", @Command2 ="ALTER TABLE Foo.tblFoo CHECK CHECK CONSTRAINT all"
October 8, 2013 at 4:24 am
Bhuvnesh (10/8/2013)
select * from TABLE where countryid = @country OR stateID = @stateid
select * from TABLE where...
October 8, 2013 at 4:22 am
bitbucket-25253 (10/5/2013)
A very back to basics question ...... Thanks
+1 🙂
October 6, 2013 at 10:59 pm
Thanks a lot guys for your help....
I have created the script now :-D:-P
October 1, 2013 at 1:11 am
SrcName (9/30/2013)
can you put your code in more details?What are these T.labeltext , T.LabelKey, T.FileID.
error message is clear
SELECT 'UPDATE table_1 T
SET labeltext ='+ T.labeltext
'WHERE LanguageID = 10
AND LabelKey...
September 30, 2013 at 3:48 am
sqlnaive (9/30/2013)
SELECT 'UPDATE table_1
SET labeltext ='+ T.labeltext +
'WHERE LanguageID = 10
AND LabelKey ='+ T.LabelKey +
'AND FileID =' + T.FileID
Try this one. You are forgetting one "+" on the...
September 30, 2013 at 3:30 am
Koen Verbeeck (9/29/2013)
Interesting, very interesting. Thanks for the question.
+1
September 29, 2013 at 11:13 pm
bitbucket-25253 (9/26/2013)
Nice question to end the week ............
+1 🙂
September 26, 2013 at 11:02 pm
Viewing 15 posts - 121 through 135 (of 1,047 total)