Viewing 15 posts - 1 through 15 (of 117 total)
Copy, Paste and Run....hope this helps....:-)
February 27, 2014 at 1:17 am
Your query included with the three columns -
SELECT table2.column_code2,
table2.column_description2,
table2.column_code1,
table1.column_description1,
CASE WHEN column_code1 = 'RO1' AND column_description2 = 'PDF/ECOPY' THEN 'ONLINE'
WHEN column_code1 = 'RO5'...
February 27, 2014 at 1:16 am
Just to re-cap....the issue is as follows -
> I have a SSIS package which connects to multiple servers
> It executes properly when directly executed from the dtsx file (double click...
July 14, 2013 at 10:08 am
Additionally, changing to local system account is out of scope for me.
July 10, 2013 at 3:12 am
I have the same problem -
Unable to start execution of step 1 (reason: Error authenticating proxy Domain\WindowsID, system error: Logon failure: unknown user name or bad password.). The step...
July 10, 2013 at 1:36 am
Before devising a BCP / DR approach, you need to thimk of a number of aspects....
> In a failover cluster, it is a mere disconnection for the end user; in...
April 26, 2012 at 5:34 am
There are always ways to avoid CURSOR.....but you might end up in a costlier plan.
If you have decided to use tally table.....try it out....
Unless someone uses a feature or command...
April 26, 2012 at 3:07 am
> Create a Windows Security Group; the DBA Manager can be the owner
> Add all the member Windows Account to the group
> Provide SA permission to the Windows Security Group
>...
April 26, 2012 at 1:53 am
Here is a summary of activities that could be done in these type of errors -
1> If you deleted the Encryption Key and do not know what to do, and...
July 23, 2010 at 6:03 am
This post was really helpful as I have done all the tricks specified by the MS site(s) without any result.
Is there any valid explanation for this.
My assumption is that whenever...
July 23, 2010 at 2:56 am
Setting up a subscriber using a backup -
1> Setup the publication, if not already setup, as usual.
2> Restore a latest backup of the publishing database as your subscribing database.
3> Setup...
November 5, 2008 at 9:18 pm
While setting up your replication you surely can use a subscription with no syc......for this typeof setup, only new data will be moved.....
Pitfalls -
1> Sometimes the replication stored procedures are...
November 3, 2008 at 10:20 pm
If in a situation, wherein it is not possible to change the schema, use ur logic to checkout the same.
One of the way is -
If ur database is relatively small,...
July 23, 2008 at 12:16 am
i have scripted one of the objects from the publisher and the same was generated with box brackets. I applied the same on the subscriber database directly. Now the two...
June 5, 2008 at 10:11 am
Help...Help....Help....
June 3, 2008 at 6:31 am
Viewing 15 posts - 1 through 15 (of 117 total)