Topics
Started by
Posts
Last post
Hi: I've a stored procdure which inserting data from one table to another table in my db. I use cur…
4 replies
CREATE PROCEDURE [dbo].[p_getCallStats] @Col1 int = null, @col2 datetime = NULL, @col3 int = NUL…
3 replies
Hi , I have a table which has parent child relation ship. I need to build a stored procedure which…
3 replies
I have check No. of objects (stored procedures, views or functions) that each table is using in suc…
1 replies
I'm using XML datatype column in one of my table which has following structure …
2 replies
I have a table with 10 customergroups and their sales for one year: CustomergroupName Salesfigures …
3 replies
/* This SQL will not execute unless I comment the SELECT MAX FUNCTION below: */SELECT DISTINCT RTR…
8 replies
Hi everybody, I've been reading here quite a lot but now I also have a problem which I can't seem t…
2 replies
I'm trying to use the PIVOT function CREATE TABLE #tblResults ( [Id] [int] IDENTITY(1,1) NOT NULL…
9 replies
I am trying to find a way to get results of ids that only have a value of z and no other value. The…
5 replies
Hello all, So I was bored and felt like throwing some script together. I wanted to see if I could …
19 replies
Hi Folks I am trying toi find a way to add a blank line between like data. Is there a way in T-SQL?…
9 replies
......New problem query posted on page 4..... Link -> http://www.sqlservercentral.com/Forums/Fin…
57 replies
Hi, create table Testtable ( ID INT NOT NULL IDENTITY, ColumnName varchar(max), CONSTRAINT [PK_Col…
5 replies
SQL 2005 I have a table with the following fields: Segment1 (nvarchar(50), null) Segment2 (nvarchar…
2 replies
Viewing 15 topics - 5,716 through 5,730 (of 12,234 total)
You must be logged in to create new topics.