Viewing 15 posts - 1 through 15 (of 19 total)
I want to save real datatype!!!
September 22, 2015 at 2:08 am
what is difference between them?
Could you help me in both?
thanks
September 21, 2015 at 2:32 am
Yes you are right
collate cannot work on string
thanks
December 17, 2013 at 4:06 am
Hello ChrisM@home
let me explain my question again.
I want to do paging with Row_Number on several Join Table.
My temp table fill by executing UserMidlist Procedure
I use code below
DECLARE @RowsPerPage INT...
December 15, 2013 at 11:34 pm
Hello
I think I use it in from statement
FROM exhibitor.dbo.maintable INNER JOIN #temp1
isn't it?
December 14, 2013 at 5:29 am
SELECT TOP 10
@string = ISNULL('<tr> <td><a class="class_a" href="'+
ISNULL(exhibitor.dbo.prpReadTypeID(exhibitor.dbo.maintable.Mid,exhibitor.dbo.maintable.ID,1,90 ),'HTTP://namayeshgah.com')
...
December 2, 2013 at 6:57 am
sorry because of my dirty code.
Yes you are right, it work independently.
but when I use it as "@SQLstring" in procedure "sp_executesql", I have this error "Must declare the...
December 2, 2013 at 6:46 am
Hello GilaMonster
thanks for your answer
Right know I want to use my temp table in sp_executesql
EXEC sp_executesql @SQLstring, N'@string nvarchar(max) output', @string=@ExeCommand output
it is my code that generate my...
December 2, 2013 at 5:38 am
Yes they are same
November 30, 2013 at 1:17 am
sql server 2008 R2
November 30, 2013 at 12:50 am
Thanks alot for your help
we solve our problem , it seem related to another server that I wanted to connect.
November 27, 2013 at 3:54 am
yes
but my servername is ticketing too , may be it causes this error! ?
November 27, 2013 at 1:39 am
I try to attach the picture of my error
November 27, 2013 at 1:29 am
BUT I'm sure about my user and password :ermm:
November 27, 2013 at 1:21 am
Thanks alot it works! 🙂
November 26, 2013 at 6:47 am
Viewing 15 posts - 1 through 15 (of 19 total)