Viewing 15 posts - 1 through 15 (of 33 total)
Thank you for your replies all.. am looking at the ways to tune the index.
thanks.
August 7, 2011 at 5:47 pm
Thank you for your reply. But i didnt get your "get"part. Can you explain a bit more.
thanks.
August 4, 2011 at 12:18 am
you can use this:
ALTER DATABASE [your databasename] SET PARTNER OFF
Now, to remove mirroring you can execute
RESTORE DATABASE [your databasename] WITH RECOVERY
June 16, 2011 at 2:02 am
Please find herewith the table and the data for this request.
CREATE TABLE [dbo].#[RealTable](
[id] [int] IDENTITY(1,1) NOT NULL,
[DOC_NO] [varchar](50) NULL,
[DOC_DATE] [datetime] NULL,
[DOC_TYPE] [varchar](255) NULL,
[CUST_NO] [varchar](255) NULL,
[Line] [varchar](255) NULL,
[Amt] [decimal](13, 2) NULL
)...
May 24, 2010 at 7:26 pm
Hi, I have gone through the articles and tried. But the cross tab is not working for me.
please help.
Thanks
May 10, 2010 at 7:48 pm
Hi ,
Its true that its sort of pivot table .
but in my case, I cant predefine the number of occurance of the Line and amt and so how can...
May 3, 2010 at 7:43 pm
This is really interested, in my case, our HR cant even trust full IS team and the whole product is outsourced even though we tried our best to give all...
May 3, 2010 at 1:17 am
Sorry for the disturbing data.. I will take care...
I want to update another field with this data on the same table.
February 7, 2010 at 10:31 pm
Hi ,
I need:
The course name that corresponds to the earliest course date per group id?
So for the sample data I have given,I need to get course4 for the first row...
January 31, 2010 at 5:22 pm
Hi,
Thank you for your reply.
I want to get the first avialable course in that group. so i thought if we group by coursestartdate, I can take the min value.
Is there...
January 29, 2010 at 1:33 am
I tried this, but giving error because its giving error:
Msg 512, Level 16, State 1, Line 1
Subquery returned more than 1 value. This is not permitted when the subquery follows...
January 28, 2010 at 7:21 am
Thank you for your reply.
Thats giving me the real data i want.
But
When I tried all values for Rank as false, its giving me NULL as value.
How can I...
January 26, 2010 at 5:26 am
Any help please??
January 24, 2010 at 6:02 pm
The rowcount >1 is the duplicates for me.
so the duplicates are:
PGN-0312639bb2
PGN-0312640cc2
PGN-0312641dd2
PGN-0312642ee2
PGN-0312643ff3
January 19, 2010 at 4:17 pm
I tested this one and working fine for me.please check.
I really need to get a help ASAP if u can.INSERT INTO [SF].[dbo].[PackageData1] ([Package Grp No] ,[Account] ,[Package Item No] ,[Opportunity...
January 18, 2010 at 4:44 pm
Viewing 15 posts - 1 through 15 (of 33 total)