Topics
Started by
Posts
Last post
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
By: ChazMan
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
By: dant12
Hi I got to desgin an ssis package whihc pulls data from excel sheet to a db. So i designed that pa…
2 replies
By: dant12
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
i got a piecec of code from 3rd party app, which looks like: select * from table_1 a join table_2 b…
2 replies
Am I doing something wrong. It runs fine in master, but if I try and run it out of our dbadmin data…
7 replies
Hello, I'm trying to read a folder located on another server. 1. I have created a credential (Ident…
6 replies
By: DZN
Viewing 15 topics - 8,566 through 8,580 (of 10,647 total)
You must be logged in to create new topics.