Topics
Started by
Posts
Last post
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
Can someone explain why select checksum(convert(nvarchar(3),'674')); select checksum(convert(nvarch…
19 replies
hi.. I am using asp.net application.I run my application how can I find database hittin…
1 replies
Hi, I currently have two DB's (DB1 and DB2) setup on an instance of SQL server. DB2 is essentially …
4 replies
Viewing 15 topics - 5,716 through 5,730 (of 12,231 total)
You must be logged in to create new topics.