Viewing 15 posts - 46 through 60 (of 130 total)
It looks like they are disabled by default with SQL Server 2008? I need to look somewhere else for my appilcation connection problem then.
November 30, 2010 at 8:37 am
No, I'm not domain admin on the server. Do you have to be to use Activity Monitor?
Thanks.
November 23, 2010 at 2:38 pm
Ok, thanks. I understand that then. I was afraid it meant something in the Windows registry!
November 22, 2010 at 6:24 am
I got that error when installing sp1 on SQL server2008 standard ed. But I can't rerun it, it says sp1 is installed already.
How do I know if it's installed correctly?...
September 15, 2010 at 10:40 am
Thanks, I didn't think I had to restart services but didn't see it actually stated anywhere and wanted to make sure.
July 14, 2010 at 9:49 am
I was wondering how the max works in the max(case... portion of your example?
Also, what did you mean when you referred to this:
- you also need to take care...
April 30, 2010 at 11:36 am
I removed reference to the vstextid and it works good. Thanks very much for all the help.
April 29, 2010 at 9:59 am
Ok, I figured out the date,
exec spvisitstuff '2008-04-01' works!
Any help with building the loop through the id's is greatly appreciated though:)
Thanks!
April 28, 2010 at 7:17 am
I'm trying to run the stored procedure as you have suggested, without the subqueries and I have what I hope is not a dumb question. When executing the command to...
April 28, 2010 at 7:11 am
The purpose of @vstextid is to pass the TPM300_PAT_VISIT.vst_ext_id to the subqueries.
Maybe I'm making this more complicated than it needs to be.
The purpose of the stored procedure is to...
April 27, 2010 at 2:26 pm
exec(@vstextid): Guess I thought it was needed to run the code. It was similar to an example I was trying to use.
And you're right this executes but returns no rows,...
April 27, 2010 at 1:47 pm
Thanks very much for the quick response. The version and edition upgrade document on Microsoft site said it is possible, so I thought I would try. I'll probably have...
January 28, 2010 at 3:19 pm
I have enabled SQL Agent service. What would I have to do to the permissions though? The other services work just fine.
Thanks!
October 28, 2009 at 9:30 am
I did end up uninstalling developer ed and installing standard. It worked just fine. I ran out of time to keep trying the upgrade method. I will try it...
September 8, 2009 at 8:34 am
I'm trying to get this command to work:
start /wait d:\setup.exe addlocal=SQL_Engine instancename=MSSQLSERVER upgrade=SQL_Engine skuupgrade=1 /qb
But I get error that the upgrade is blocked because the existing component is a later...
August 12, 2009 at 2:57 pm
Viewing 15 posts - 46 through 60 (of 130 total)