Topics
Started by
Posts
Last post
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
By: Sergiy
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
By: Steve JP
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
By: geoff5
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
Hai friends, I m creating one sample application its has two dropdown boxes ddl1 and dd2 if i…
9 replies
Hi All, I have a user by MasterAccess. As a DBA I want to see who are logged with this user. I wan …
3 replies
I have a table like that MemberId(F.K) ! Event ! Event Date 1 'Tes…
7 replies
By: Cadavre
Viewing 15 topics - 3,781 through 3,795 (of 10,636 total)
You must be logged in to create new topics.