Topics
Started by
Posts
Last post
Hi, if i don't specify commit then when delete command will be commited?
12 replies
In TSQL, I have noticed that this: Declare @Header VarChar(500) Set @Header = ' ' If @Header = '' …
11 replies
Hello, I would have an application database in which I have DDL and DML scripts to install it. In …
5 replies
I have a stored procedure which needs to dump data from an xml file into a temporary table. This is…
7 replies
Dear all, I have a case in which I want to validate some values with a Stored Procedure and return …
22 replies
I have a configuration table with data as such: ID NAME ======= 1 ABC 2 XYZ 3 DEF 4 GHI 5 UV…
2 replies
I am creating an SSIS package that pulls data from a flat file. One of the columns in the flat fil…
5 replies
Hello all, I have been presented with what sounds like a very easy question. But, I have been away …
15 replies
Hello, I have two tables, TBS_Posts and TBS_UserDetails. The TBS_Posts table has emailids of users…
4 replies
I have table_A which has the following data: ID StkNumber ------ ---------- 329577abc61642 4…
4 replies
This is what I am trying to do CREATE TABLE [dbo].[user_trans]( [id] [int] IDENTITY(1,1) NOT NULL,…
4 replies
Ok so I have seperate hash match (inner join) showing up in my reasonably otherwise blemishless exe…
2 replies
Read .Doc or excel files direct from SQL Server 2005 database .Doc file already stored into databas…
2 replies
select month_value, year_value, answer from transaction the output is like as ---------------------…
3 replies
Hi all, As I am aware that we can read errorlog through sp_readerrlog and xp_readerrorlog and both …
2 replies
Viewing 15 topics - 8,731 through 8,745 (of 10,647 total)
You must be logged in to create new topics.