Topics
Started by
Posts
Last post
Hi friends I am working on a patient's database which is as follows(sample data) Patient No. Drug…
4 replies
HELLO TEAM, I need a help on statement level recompile (syntax level) that can implement in sql ser…
10 replies
--drop table #addr create table #addr ( id int identity (1,1) , address1 varchar(200) ) insert int…
16 replies
I want to merge records from table B to table A. From Table B I want to select the max values and i…
7 replies
Hi, I have four different date fields in table. I have to find out the max and min date in each row…
8 replies
This should be easier than I am finding it. I have a table of Printer Life Time Page Counts (LTPCs)…
6 replies
I have to write a sp that would give two data sets one with the coumns (metadata) like firstname, l…
6 replies
Hi i have a syntax problem when i try to make this quey : DECLARE @STRING VARCHAR(500) declare @db…
9 replies
In SQL SERVER 2000, after running each SQL Statment ,I was checking @@Error variable, tomake sure t…
1 replies
I have a script that utilizes a cursor to move heaps(tables without clustered indexes) from the PRI…
3 replies
Does anyone known a method of object tampering within SQL Server 2008? The goal is to use an attach…
1 replies
Dear All, I have created Procedure with a cursor created dynamically as shown below.It not working …
10 replies
Hello! I want to write a query (if is possible) or create a procedure for the following problem. I …
12 replies
i want to replace all words in the string which are in the table with a % symbol. declare @tab tab…
10 replies
Hi all, I'm a newbie with SQL Server so forgive me if this is a somewhat stupid question but I alre…
3 replies
Viewing 15 topics - 10,126 through 10,140 (of 10,635 total)
You must be logged in to create new topics.