Topics
Started by
Posts
Last post
Hi Friends... I Having Table For The Following Structure.. create Table EmployeeDet (EmpID int,EmpN…
12 replies
I have this query: declare @controlnumber varchar(13) set @controlnumber = '0210300000001' select *…
1 replies
Hi all, I'd be really grateful if someone could help me (probably something very basic I'm missing!…
2 replies
CREATE TABLE [dbo].[Table_A]( [id] [smallint] NULL, [name] [varchar](50) NULL ) ON [PRIMARY] GO C…
2 replies
Reading Lynns comments in this topic: http://www.sqlservercentral.com/Forums/Topic1447456-391-1.asp…
2 replies
Hi.. Top procedures memory consumption per execution as below capture script SELECT TOP 100 * FROM …
1 replies
Hi, I want to search student information depending upon the passing either values of firstname,last…
3 replies
Hello all, I am tasked with archiving some very large tables. There are about 30 tables that I need…
2 replies
Hi There is a DB with 4 tables (3 master tables and one is detail which has daily information) Tabl…
1 replies
Hi, what is wrong this code? pl. suggest create table databaseSize ( DatabaseName varchar (100), …
1 replies
Hi I have a query below and I get The maximum recursion 100 has been exhausted, how do I fix or go …
6 replies
I have 2 Stored Procedures Procedure A and Procedure B. Both Procedures have @year as parameter and…
1 replies
Hi, I have a query below I'm doing recursive CTE. The logic behind it is, Client(John) can be linke…
6 replies
Hi I have this query below, CTE code. and I get this error: The statement terminated. The maximum r…
2 replies
if OBJECT_ID('..test')>0 drop table test create table test (id int , name varchar(2) ); Go inser…
5 replies
Viewing 15 topics - 3,781 through 3,795 (of 10,647 total)
You must be logged in to create new topics.