Viewing 15 posts - 1,441 through 1,455 (of 2,010 total)
I can pull the whole table no problem into a text or sql server table.
Have you verified that you get every row and that it doesn't just toss a bad...
September 23, 2008 at 11:44 am
Just as a knee jerk reaction, and with no sample data etc to go on, I'd think it was your isnull datetimes throwing off the use of appropriate indexes.
If it's...
September 23, 2008 at 11:42 am
yup that's true the NULLS would be in there. See what happens when I get a bit ahead of myself... also, good to hear you actually have the data...
September 23, 2008 at 11:31 am
I just remembered the bit about it working fine in DTS Designer but not DTSRUn. any chance they are using different versions of the same driver? when I...
September 23, 2008 at 11:26 am
Sounds like there could be some kind of funny character in that column somewhere...
I ran into a similar problem using an RMS database as an ODBC datasource. There were...
September 23, 2008 at 11:23 am
This seems like some sort of health care bit, so perhaps you might not have the ability to do this, but just out of curiosity, how's come you have 4...
September 23, 2008 at 11:14 am
Of course that brings to mind the whole concept of repeating groups and such but if this is going to a report or a front end piece or some sort...
September 23, 2008 at 11:09 am
Any reason why you're doing this in a function and not just as a straight select statement???
You can get the same results with something like
SELECT diagnosis1 +
CASE WHEN diagnosis2...
September 23, 2008 at 11:08 am
When you are viewing it in VS are you viewing it in Print Layout or web layout? Make sure that whatever size paper you specified that our report doesn't...
September 23, 2008 at 10:56 am
you should be able to script you logins out of the 2000 server and when you create them in the 2005 server, they need to be synched back up with...
September 23, 2008 at 10:53 am
what about permissions, does the account you are logging in with (and connecting to Config Mgr with) have admin right to the Server to stop and start windows services? ...
September 23, 2008 at 9:29 am
That was gonna be my next question.. Is the WMI service started? what happens if you restart the WMI Service. What happens if you restart the server?
-Luke.
September 23, 2008 at 8:48 am
Besides at like $50 per (retail) it's not that bad... you can perhaps even get it a bit cheaper via volume licensing.
-Luke.
September 23, 2008 at 8:43 am
From http://www.microsoft.com/sql/editions/developer/default.mspx
Developer Edition allows developers to build and test any type of application with SQL Server on 32-bit, ia64, and x64 platforms. Developer Edition includes all of the functionality of...
September 23, 2008 at 8:40 am
any chance whoever installed it just installed the tools instead of the actual server components?
Are they listed in the Services console?
-Luke.
September 23, 2008 at 8:36 am
Viewing 15 posts - 1,441 through 1,455 (of 2,010 total)