Viewing 9 posts - 1 through 9 (of 9 total)
SQLkiwi (2/24/2011)
atikdesai (2/23/2011)
There is one user who has permission to execute one SP.
In that SP, one table is created in database and finally it is dropped at the end...
February 24, 2011 at 11:35 pm
Thanks for replying buddy !!!!
The problem is I don't have so many data. I have just TEST file with 10-20 records.
May 26, 2010 at 3:15 am
Thanks Bro. I knew the reason but wanted to find alternative way.
Please anyone if you can find an alternate way.
May 25, 2010 at 4:45 am
I don't have proper data. My client will provide some test data tomorrow. Please try to help me out without data.
May 24, 2010 at 4:00 am
script for Tbl_Messages
CREATE TABLE [dbo].[tbl_Messages](
[pbuserid] [uniqueidentifier] NOT NULL,
[mobile_number] [varchar](20) NULL,
[SWID] [varchar](50) NULL,
[message] [varchar](200) NULL,
[characterID] [int] NULL,
[tacticID] [int] NULL,
[destID] [int] NULL,
[subject_ln] [varchar](50) NULL,
[body] [varchar](50) NULL,
[campaign_code] [varchar](50) NULL
) ON [PRIMARY]
Script for tbl_Mobile
CREATE...
May 24, 2010 at 3:21 am
Gianluca,
Thanks for replyong so fast.
another problem is I have to get time stamp value from table tbl_Mobile. And primary key is SWID for tbl_Mobile table. I also have SWID...
May 24, 2010 at 3:13 am
I count 9.
Clustered, Nonclustered, Unique, Index with included columns, Indexed views, Full-text , Spatial, Filtered, XML
May 21, 2010 at 5:16 am
Viewing 9 posts - 1 through 9 (of 9 total)