Viewing 15 posts - 1 through 15 (of 22 total)
When i execute the below select statment i am getting same error and i am using SQL SERVER 2005 SP2
SELECT
s.spid,s.dbid,s.login_time,s.hostname, s.loginame, s.program_name,s.waittype,s.lastwaittype,s.cpu,s.memusage,s.status,s.net_library,s.sql_handle
,e.text as SQL
FROM
sys.sysprocesses s
CROSS APPLY sys.dm_exec_sql_text(s.sql_handle) AS e
Error is:
Msg...
Kindest Regards,
Sarath Vellampalli
December 12, 2011 at 9:22 am
I am executing the below script
create view sqlexec as
SELECT
s.spid,s.dbid,s.login_time,s.hostname, s.loginame, s.program_name,s.waittype,s.lastwaittype,s.cpu,s.memusage,s.status,s.net_library,s.sql_handle
,e.text as SQL
FROM
sys.sysprocesses s
CROSS APPLY sys.dm_exec_sql_text(s.sql_handle) AS e
Kindest Regards,
Sarath Vellampalli
December 12, 2011 at 8:40 am
I am executing this script in SQL server 2005, and first step itself i am getting below error.
Msg 102, Level 15, State 1, Procedure sqlexec, Line 7
Incorrect syntax near '.'.
Kindest Regards,
Sarath Vellampalli
December 12, 2011 at 5:10 am
Hi Venugopal,
This script was not working when i create the view i am getting following error.
Msg 102, Level 15, State 1, Procedure sqlexec, Line 16
Incorrect syntax near '.'.
Regards,
Sarath
Kindest Regards,
Sarath Vellampalli
December 9, 2011 at 4:31 am
Hi Lowell,
Thank you,
I have downloaded Core FTP LE 2.2 : free version, and created the site profile as CVE.
I have used the below code to execute in SSMS.
DECLARE @ShellCommand varchar(4000)
SET...
Kindest Regards,
Sarath Vellampalli
September 19, 2011 at 9:09 am
Hi Lowell,
Thank you for your reply.
Please can you explain in detail, because which version of Core FTP we need to download.
wat we need to do after download. please if you...
Kindest Regards,
Sarath Vellampalli
September 19, 2011 at 6:54 am
Thanks Jeff, it is working for me.
Kindest Regards,
Sarath Vellampalli
July 19, 2011 at 3:32 am
Hi opc,
I am using this code in SP and we need to append the data to same text file with loop.
so please help me on this.
Kindest Regards,
Sarath Vellampalli
July 18, 2011 at 12:03 pm
Hi ALZDBA,
I can't use SSIS because of client restriction.
by using my code it is adding one space to the end of the line, I have to elemenate that how can...
Kindest Regards,
Sarath Vellampalli
July 18, 2011 at 11:15 am
Thanks Steve
Kindest Regards,
Sarath Vellampalli
May 8, 2007 at 12:01 am
Hi Ben,
thanks for your help on SSIS, but how can use that task, can u tell me the procedure of 'Derived Column Task' for adding new column to destination table.
while...
Kindest Regards,
Sarath Vellampalli
May 7, 2007 at 10:26 pm
try this i am using like this only it is working for me
<
a href="http://Localhost/ReportServer/Pages/ReportViewer.aspx?/DashBoard/Dashboard" Kindest Regards, Sarath Vellampalli
April 26, 2007 at 4:17 am
hi Raj,
i am not assigning any paramters, just i am assigning report name in Jump to report combobox. but i got this error "Parameter is not vaild"
regards,
saru
Kindest Regards,
Sarath Vellampalli
March 21, 2007 at 3:18 am
Hi Steve,
Thanks for your replay.
One thing steve, i will upgrade my system with Enterprise edition after that how can put that analysis project in to Production. That means user can...
Kindest Regards,
Sarath Vellampalli
February 20, 2007 at 8:58 pm
Hi Jakub,
Thanks jakub,Problem was solved.
we have OLTP and OLAp databses, and my aim is to transfer data from OLTP to OLAP in this case no need to set identity columns...
Kindest Regards,
Sarath Vellampalli
February 13, 2007 at 9:31 pm
Viewing 15 posts - 1 through 15 (of 22 total)