Viewing 15 posts - 76 through 90 (of 160 total)
Thanks for the info, guys. I definitely understand that SQL is generally the wrong place to manipulate the diplay of data. But our company just lost one of...
November 1, 2007 at 8:55 am
**A column can only return one datatype**
It seems reasonable that a table column could only hold one data-type, but I thought I could force a result-set to be more flexible.
I...
October 31, 2007 at 3:17 pm
Oops, one slip of the mouse and the previous incomplete message posted.
Desired result set:
ACME 10/29/07 .77
BETA ...
October 31, 2007 at 2:42 pm
Sorry, my description was incomplete.
The procedure captures averages and stores them in a table as floats. When I call up a result-set from that table I would like to...
October 31, 2007 at 2:38 pm
Thanks for the help.
Can I substitute a windows type login (Domain\Name) for the "sa" in the sp_changedbowner proc? We don't assign anyting to sa.
Elliott
October 9, 2007 at 10:03 am
The MDF and LDF files are integral to the database. They are dynamic and they reflect each change to the database since inception.
The TRN and BAK files are optional:...
September 28, 2007 at 1:51 pm
Thanks Mike and Andras.
That's the answer. I guess I should have researched server variables instead of stored procedures.
Cheers,
Elliott
August 29, 2007 at 2:17 pm
Hello Thom,
The advice from Andras to look up the documentation is sound. Also, here's a step-by-step that might be helpful to you.
First, some prep work: Place the backup file (.bak)...
August 29, 2007 at 11:59 am
Did you check to see that the new server service accounts for MSSQL and Agent are appropriate for the Owners of the Jobs? Even though MSDB lists the owners, until...
August 6, 2007 at 1:30 pm
Update:
I'm not sure yet that this is the reason the CPU was pegging, but I discovered that a domain password change had left the Witness server disconnected from the mirroring...
August 6, 2007 at 1:25 pm
Not sure if this is relevant, but we are also running one SQL 2000 and one SQL 2005 virtual server on the same Windows 2003 server. The virtual servers have...
August 1, 2007 at 1:19 pm
Yes, taking the run-time environment out of 64 bit immediately fixed the problem.
As Steve suggested, in Design time right-click on the Project (in Solution Explorer) to expose Properties. Then under...
July 18, 2007 at 10:05 am
I will be back in the office on Wednesday. I'll try to change the run-time environment and will post the results then.
Thanks again,
Elliott
July 17, 2007 at 8:41 am
Steve--
Good catch. We have 64 bit Enterprise Edition.
So what do I do to cause the package to execute under some other environment?
Halfway there,
Elliott
July 16, 2007 at 9:57 pm
Ah yes. I had forgotten about that one. Do you think Microsoft is going to deprecate sp_MSforeachdb anytime soon?
Thanks,
Elliott
June 6, 2007 at 7:45 pm
Viewing 15 posts - 76 through 90 (of 160 total)