Viewing 15 posts - 16 through 30 (of 31 total)
Thanks to every one for the quick help. This works fine for a table. One more help I need.
I have a partitioned view in which I have all these tables...
May 24, 2012 at 7:36 am
Thanks a lot brother. Let me experiment with this. This was great help 🙂
October 30, 2011 at 10:19 am
That's great help ... Let me play with it and get back... Thanks a lot buddy... 🙂
October 10, 2011 at 4:48 am
Thank you all 🙂
Another question is ,
This table will be loaded with data from a feed. At the time of loading , the same table is also used by...
October 2, 2011 at 7:01 pm
I am not very sure. But they said it is to improve the performance and efficient file storage management
October 2, 2011 at 10:19 am
Yeah!! This was what I was looking for .. Thanks dear 🙂
August 29, 2011 at 9:54 am
Hi,
Sorry . I am sharing the scripts below
--------------------------------------------------------------------------------------------------------
/****** Object: Table [dbo].[tmpCustomers] Script Date: 03/30/2011 02:11:47 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[tmpCustomers](
[CustomerNo] [varchar](50) ...
March 30, 2011 at 1:21 am
Thanks dear. But still does the same. Showing that default date in table
March 30, 2011 at 12:55 am
Please see the script
CREATE TABLE TABMobile
(
SaleDate datetime,
NoOfPiecesSold int
)
GO
INSERT INTO TABMobile SELECT GETDATE(),12
INSERT INTO TABMobile SELECT GETDATE()-1,20
INSERT INTO TABMobile SELECT...
October 26, 2010 at 4:38 am
Hi ,
Thanks for the reply. I am attaching the zip file.
Regards,
Sanuj.S.S
September 26, 2010 at 8:14 pm
Hi ...
Thanks... 🙂
The first line worked. But when I try the OPENROWSET command, it is giving an error
Msg 4832, Level 16, State 1, Line 1
Bulk load: An unexpected end of...
September 26, 2010 at 1:31 am
Thanks...
But how can one column handled using OPENROWSET ? Could you please give the command ?
September 24, 2010 at 5:19 am
Hi Friend,
I have a situation where udpation happens in different tables according to the input parameter value. I thought of finding some shortcut to do it in one shot.
Anyway, Thanks...
September 21, 2010 at 1:00 am
Hi Pals,
Thanks for the reply... I did it using dynamic SQL . but tiresome work 🙁
Best Regards,
Sanuj
September 21, 2010 at 12:55 am
Viewing 15 posts - 16 through 30 (of 31 total)