Topics
Started by
Posts
Last post
declare @t table (name nvarchar(50)) insert into @t select 'count_1' union select 'count_19' union …
9 replies
Hi, I am not able to convert 0x2139aec19f212447bb23ba307d611a1e to BINARY(16) form. If I am using c…
11 replies
hi, I have wrote a stored proc that is working fine. Now developer will use that in code. I have se…
6 replies
If I am not posting to the right place, please accept my sincere apologies, and move to the appropr…
6 replies
how can i achieve this? Declare @p1 = 'xyz,tln,tprq' select * from table1 where col1 in('xyz','tln'…
8 replies
Hi, I have the procedure shown below. As ou can see I am getting the identity of an auto increment …
5 replies
Hello! To begin with, I have little idea of programming in SQL so I use SQL Server Management Studi…
18 replies
Hi, I have a table which stores pictures as an IMAGE datatype and I need to select each one into a …
4 replies
[font="Verdana"] Hi All, I have one stored procedure, executes with 'Recompile' due to which I am n…
1 replies
Hi everybody, this is the normal query through this we will come to know whiether the records exist…
7 replies
Can anyone think of why a Merge statement would not work within a Try block? I have the errors set …
3 replies
I received this email from a developer... I'm not that familiar with VB and told him the 2 single …
4 replies
I'm trying to update the bodytext column of the documentbody table for rows where this string is fo…
16 replies
What does @Yearmonth -90 mean ? Also date >=190000
8 replies
Hi, i have table ,I want result will be like this SELECT Field1 ,Field2 ,CASE WHEN Field3 = 1 then …
8 replies
Viewing 15 topics - 376 through 390 (of 4,155 total)
You must be logged in to create new topics.