Viewing 15 posts - 1 through 15 (of 23 total)
the problem remain . any help ????
June 13, 2016 at 4:48 am
i hope the attachment is helpfull
any idea what i have to do ?
June 13, 2016 at 4:34 am
the problem is that the query is going in activity monitor in task state ='suspended' and it takes a long time
the query is quite slow even if i use ...
May 25, 2016 at 5:41 am
using the query for memory
SELECT
(physical_memory_in_use_kb/1024) AS Memory_usedby_Sqlserver_MB,
(locked_page_allocations_kb/1024) AS Locked_pages_used_Sqlserver_MB,
(total_virtual_address_space_kb/1024) AS Total_VAS_in_MB,
process_physical_memory_low,
process_virtual_memory_low
FROM sys.dm_os_process_memory;
Memory_usedby_Sqlserver_MB is 38199
and Total_VAS_in_MB is 8388607
all the other fields are 0
May 25, 2016 at 5:08 am
i am using the tool "XLS to CSV Converter' see attachment
May 18, 2016 at 12:18 am
fisrt of all i finf a tool that converts the excel in csv and each tab to a separated csv file. so if the original excel file haw 40 tabs...
May 17, 2016 at 10:30 am
i do not want to generate an increment but when there is same title should be the same id
May 13, 2016 at 9:59 am
??. but I want the numbers of the id to be written automatically and not manualy. lets assume i have a table with 10,000 rows its not possible to...
May 13, 2016 at 9:49 am
ok. I want a clarification
I create the table D_Reports_Status and in the job I add 2 extra steps one at the beginning and one at the end
My question is for...
March 30, 2016 at 3:08 am
sorry for the Capital letters
so
is it possible to use in one step
update Reports set SSIS=1 where ReportID=51
EXEC msdb.dbo.sp_start_job N'D_Reports'
and in the second step
update Reports set SSIS=0 where ReportID=51
thie is...
March 24, 2016 at 9:17 am
OK
IS THIS CORRECT IN ONE STEP
begin
update Reports set SSIS=1 where ReportID=51
EXEC msdb.dbo.sp_start_job N'D_Reports'
end
begin
update Reports set SSIS=0 where ReportID=51
end
BECAUSE I AM GOING TO USE A LOT OF ReportID'S IN DIFFERENT...
March 24, 2016 at 7:05 am
ok
is it posiible to use 5 different steps for each db and inside each step to use ( SQL Server 2012)
BACKUP DATABASE [CONNECT] TO DISK = N'C:\Program Files\Microsoft SQL\...\MSSQL\Backup\CONNECT.bak'
I an...
March 16, 2016 at 9:21 am
is it possible to use the DETACH
March 9, 2016 at 11:42 am
Viewing 15 posts - 1 through 15 (of 23 total)