Topics
Started by
Posts
Last post
I have a SQL table with below DDL. USE [abc] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO C…
1 replies
I have a simple string splitting iTVF (attached) that im trying to use in an exist clause SELECT * …
6 replies
Hi, I have a column in a table which contains the pattern of a file.It could be AB*.xls, *.*,*2010.…
3 replies
Hello, I want to first apologize for my lack of research and code presented in this post. I recentl…
3 replies
---I have below SQL Table..... USE [abc] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET AN…
6 replies
Hi, when I am running below SQL I am geting the error msg "Invalid length parameter passed to the L…
2 replies
I have below table structure with the similar to below output. S_NO_T_PO_P H_PL_P …
15 replies
I need to get the following results when combining multiple columns into one column. Col0 Col1 …
5 replies
In our server instance, I am planning to have common database which has all the default tables, com…
8 replies
Hi I got to desgin an ssis package whihc pulls data from excel sheet to a db. So i designed that pa…
2 replies
Below is the SQL Query i used to create as view CREATE VIEW [v_AMP_C] AS SELECT dbo.IC_Raw_In.…
1 replies
I have the following stored procedure which is doing a perfect job and creating a matrix style outp…
2 replies
Does anybody knows where I can find doc for this ? I would like to do something like (in vbs) Set o…
10 replies
DB: SQL Server 2008 I want to select id, title and userid from a table if that userid occurs more t…
5 replies
Hi, The following is a sample of the data I am working with: CREATE TABLE #Temp1 (ID INT, Code I…
14 replies
Viewing 15 topics - 8,551 through 8,565 (of 10,635 total)
You must be logged in to create new topics.