Viewing 15 posts - 1 through 15 (of 20 total)
You are correct. Thank you for the swift response
November 7, 2016 at 8:45 am
I finally got it to work. The only change I made was to change the owner of the sql job to the service account. That seemed to do it... At...
February 25, 2010 at 11:32 am
Yes, I can use NET STOP and NET START to stop and start the service in question...
February 25, 2010 at 10:24 am
results of the xp_cmdshell query for USERNAME = svc_sqldev and USERPROFILE = C:\Documents and Settings\svc_sqldev which is as expected.
February 24, 2010 at 2:26 pm
I have logged onto the server as the agent account ( a domain account) and the ssis runs fine when run manually. We have also set this agent account as...
February 24, 2010 at 1:47 pm
Just to be clear, this ssis package fails ONLY when run as a job. The SSIS and all code runs well when it is started manually in Visual Studio.
DAM
February 24, 2010 at 12:26 pm
Error is as follows:
Date2/24/2010 11:47:21 AM
LogJob History (JOBNAME)
Step ID1
ServerSERVERNAME
Job NameJOBNAME
Step NameRun SSIS
Duration00:00:02
Sql Severity0
Sql Message ID0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted0
Message
Executed as user: DOMAIN\USERNAME. Microsoft (R) SQL Server Execute Package Utility...
February 24, 2010 at 10:47 am
Bru,
Thanks for the response. Running the app as an administrator does work.
DAM
February 18, 2010 at 9:00 am
I have answered my own question... When using the NET START command, a / is used instead of a -.
So the correct syntax is NET START MSSQLSERVER /g512.
Once the correct...
September 29, 2009 at 6:56 am
I am using the -g switch from the command line starting sql server using the following syntax
NET START MSSQLSERVER -g512.
The server starts, but when I look in the log,...
September 29, 2009 at 6:28 am
When I first restart the server, by default the max free space isd around 150Mb. As we work on the server and run the app the max free space decreases...
September 25, 2009 at 6:42 am
That is interesting... I will try at first opportunity. Another quick question...
When I use the -g switch, the max free size is not increasing. I am assuming it is because...
September 22, 2009 at 9:46 am
Paul,
The program is called Datatel Colleague. It is an ERP for educational institutions. At one time, the code for functions was just that, functions written in tsql. Since migrating to...
September 16, 2009 at 6:17 am
Sorry Jeff,
Sunday was a day for Golf and football... I did see your request for what the CLR (C# code) does. Unfortunately, the application is an off the shelf
ERP and...
September 14, 2009 at 6:36 am
Yes, AWE is enabled... with about 20GB max server memory
Daniel
September 13, 2009 at 6:30 am
Viewing 15 posts - 1 through 15 (of 20 total)