Viewing 11 posts - 16 through 26 (of 26 total)
Actually I do not have the permission to the server remotely. Because it's a database server I won't get access to the folders in the server to store .tbl files.
December 17, 2012 at 10:30 am
How do we get the sql server agent service account...I mean in which way we can it
December 14, 2012 at 1:52 pm
Thank you ver much...I am looking to modify the query as below
select distinct t1.ServerName, t1.[Application ID], t1.[Application Name], t2.VP1, T2.VP2, T2.SVP, T2.[DC2015 Move Group], T1.[System Type],
T3.Line, AppServerSource =...
October 29, 2012 at 5:58 pm
Hi..Once again thanks for all your support. but my lead ask me to modify the query like below. I tried it but it giving error. Could any one modify it...
October 24, 2012 at 8:55 pm
Awesome......I use inner join instead of Left join
Now its working fyn...Thank you very much
October 24, 2012 at 5:18 pm
Please check this below one more time ...i give clearly
It is taking the one first row it should be take entire rows.
UPDATE T1 SET [September 2012 Billing File] = CASE...
October 24, 2012 at 4:10 pm
Please check this below one more time ...i give clearly
UPDATE T1 SET [September 2012 Billing File] = CASE WHEN T2.[Application ID] IS NOT NULL AND T2.[ServerName]
IS NOT NULL AND...
October 24, 2012 at 4:02 pm
Hi All,
Can anybody help me out from the above issue.
August 19, 2012 at 6:54 pm
Hi,
Thaks for you prompt Reply. Please check the below script. I execute the script by batches but during the below single statement tlog is getting full.
''update tblGatewayPersons SET ImportDataXML_NT =...
August 19, 2012 at 12:57 pm
Viewing 11 posts - 16 through 26 (of 26 total)