Topics
Started by
Posts
Last post
I have created 1 table name staffidentity where i have passing fingerprint images. i have converte…
1 replies
declare @csv varchar(MAX) -- the CSV we are being passed set @csv = '1,2,3,7,4,8,10' -- our list o…
6 replies
ColA ColB A 1 B 20 B 23 C 2 C 23 D 5 D 56 D 67 My result should be ColA ColB A 1 B 20,23 C 2,23 D 5…
2 replies
Hi, hope that somebody can help me. I've written a stored procedure that queries table called L_IT…
4 replies
By: stroma00
HI, I'm having a problem trying to get a value from a table to be output as an XML Element withou…
2 replies
By: Cwalton
Hi, any ideas for the next : I have the next table orders_resume id orders 1 45 2 60 3 5 4 1 and no…
1 replies
Hi, I am having a problem display a result when using XML nodes. Here is my script... -- DROP TABL…
5 replies
I have the following data: ID COLOR 1 red 1 blue 1 green 2 red 2 orange 3 pink I need …
9 replies
How to get the Database details with login user in SQl Server 2008. In 2005 by the activity monito…
6 replies
Hi guys and gals, I'm thinking of upgrading my older ASP sites to have a better server side error c…
4 replies
Can anyone tell me what is the substitute for sp_helptask in sql server 2008 ? this was available i…
1 replies
Hi guys, I have the following xml format in an xml field in my db. [nodes] [nodes] [node…
8 replies
hi, i've got a job which copies tables (that dont have a primarykeyindex) from a database on my sql…
3 replies
I am running a SQL Profiler trace and exporting results to a SQL table. When I select distinct even…
1 replies
Hi guys, In a nutshell, I was wondering if it is possible to call a webservice from within a stored…
3 replies
Viewing 15 topics - 10,561 through 10,575 (of 10,635 total)
You must be logged in to create new topics.