Viewing 15 posts - 1 through 15 (of 166 total)
Thanks SSChampion detailed steps, i will try to implement it,
March 17, 2019 at 8:47 pm
I have created Staging table but when loading from Staging table to my regular tables and inserting FK values from parent table, FK field not loading all the PK Field...
March 17, 2019 at 8:33 am
Thank so much Alen.
Please see the following Query
CREATE TABLE [dbo].[StagingTbl]( -- Source MAster Table
[D_Cat] [nvarchar](50) NOT NULL,
[QAP] [nvarchar](50) NOT NULL,
[F_Cat] [nvarchar](50) NOT NULL,
[Prog]...
March 15, 2019 at 10:41 pm
Thanks for your reply.
I think Import wizard only allow to load into single table, mot multiple table, right?
I already loaded into Temp Staging table but i was also...
March 14, 2019 at 4:43 am
Thank you everyone for your help and response.
I was able to trace using EventLog and through TAsk Manager and it helps me out.
February 23, 2019 at 4:26 pm
February 5, 2019 at 9:22 pm
January 31, 2019 at 5:49 pm
January 31, 2019 at 1:12 pm
If any one has any input, really appreciated.
One of account looks like is a service account but that one also associated with other databases so i can't remove or...
January 31, 2019 at 9:00 am
Hi,
I am curious for TDE implementation as we have our data center at other location where we replicate our data so if we implement TDE then what will happen...
January 26, 2019 at 4:46 pm
January 26, 2019 at 4:33 pm
Thanks Gail.
But I need TEST Login and permissions which originally i have it so i should generate login script from TEST before Refresh and after Refresh, I should run...
January 19, 2019 at 12:09 pm
Viewing 15 posts - 1 through 15 (of 166 total)