Topics
Started by
Posts
Last post
Hi All, I have the below query which retuns one row of data, how can I get the data grouped on the …
3 replies
I have been assigned a task involving XML parsing and am stumped. Essentially, an XML fragment is …
2 replies
Hi Folks, I need to add some logins in my database, I have no problem finding them in the Login -Ne…
27 replies
I create table 1 by 1 as follow, CREATE TABLE [dbo].[DERInfo_201001]( [trnxid] [int] IDENTITY(1,1)…
8 replies
hi folks, I need ur help to finding least node from the tree. consider the following snippet: --dro…
8 replies
I have done some searches and decided to just ask. I have read article after article about indexing…
3 replies
I need to select a distinct acct_nb from a table that could contain duplicate acct_nb's with differ…
5 replies
Hi, 1) I have created the following procedure and i would like to pass sid , mid , cid , iid row …
2 replies
Hey guys, From a performance, I've read on here plenty of times to avoid Cursors and While Loops, b…
9 replies
I have a data table of following: Date Close 1/4/201010583.96 1/5/201010572.02 1/6/20101…
11 replies
Is there a keyword to sum these 2 resultsets by rim_no? select rim_no, sum(cur_bal) [cur_bal] …
3 replies
Please help me write the below query in basic optimized way. Thanks in advance Query: ==== select b…
18 replies
Hi, I know the following code will replace single defined character (*) REPLACE(Phone, '*', '') but…
81 replies
There are 3 days of full backups and TLog backups in backup and trn folders respectively. I need to…
21 replies
DECLARE @date1 DATETIME,@date2 DATETIME,@date3 DATETIME; SET @date1=CONVERT(varchar,GETDATE()+1,108…
4 replies
Viewing 15 topics - 4,201 through 4,215 (of 12,234 total)
You must be logged in to create new topics.