Topics
Started by
Posts
Last post
I have created a stored procedure as follows: CREATE PROCEDURE [dbo].[InsertVersion] -- Add the pa…
11 replies
Hello All, I have a table with 3 fields id(int), request(xml), response(xml). The Id is a primary k…
3 replies
USE [DW] GO /****** Object: StoredProcedure [dbo].[spS_RS_MLH_BulkMail] Script Date: 01/29/2010…
4 replies
Hello everyone, I'm having a issue comparing 1 row to another specific row. What I'm trying to acc…
5 replies
I am using to copy files from 1 folder to another. I get the result as copied but actually they are…
7 replies
Hi I am receiving a syntax error message for the query below... I can run this as a select statemen…
7 replies
How to insert the values GL001 to GL100 to a table. i can write the loop like declare @id int set @…
6 replies
Hi Friends, how to create a table from the given string with row separator as "," and column separa…
1 replies
Hi There, Please suggest best way to do this insert into table(value1,value2) values ('123', select…
1 replies
Can anyone give me a generic script to find store procedure using by indexes. I have bunch of inde…
5 replies
Hi - Just wanted to ask of what would be a good implementation in deleting records from a certain t…
4 replies
This should be pretty straightforward, but for some reason its not working and I can figure out why…
6 replies
My table as follow, CREATE TABLE DERPosi_201001 ( [TID] int not null, [SeatN] [numeric](15, 0) NOT …
2 replies
Hi, There is an UPDATE query being run in our application. The UPDATE is based on join. I run the…
12 replies
Hi, I want to get the list of file names in a folder then pass name as a parameter in a loop. somet…
8 replies
Viewing 15 topics - 4,351 through 4,365 (of 12,234 total)
You must be logged in to create new topics.