Viewing 15 posts - 4,501 through 4,515 (of 9,643 total)
Whenever you put a field in a group level that is not part of the grouping you need to use an aggregate and by default SSRS uses FIRST() for non-numeric...
August 4, 2009 at 8:24 am
Can you post the EXACT error message you are getting? There should be one in the event log and/or the SQL Server error log.
August 4, 2009 at 8:22 am
Can you provide an example of what you want to do with the CAST? I would venture to say that you can do it, but I'm not sure what...
August 4, 2009 at 8:20 am
If you only want to audit access to 1 table you could apply filters on DatabaseId and ObjectId.
I don't know anything about RSA EnVision, but I would assume you could...
August 4, 2009 at 8:19 am
I don't think there is a way to do that because the mail is successfully sent by the mail server which then receives an undeliverable message in return.
August 4, 2009 at 8:16 am
I believe that using the 4 part naming syntax executes the functions on the local server. You should use OPENQUERY().
August 4, 2009 at 8:13 am
I'd suggest using the .doc/.ppt/.xls formats instead of .docx/.pptx/.xlsx that came out with Office 2003 believe. There are a lot of Office 2000 and XP installs out there, especially...
August 4, 2009 at 8:11 am
What are CommentsConv and Comments? Are you attempting to do this all in one derived column transform?
Why not do one derived column transform to DT_WSTR and then a second...
August 4, 2009 at 7:52 am
I doubt that a global temporary table will make a difference as scope is not the problem. Why are you using dynamic SQL to execute the OPENQUERY statement? ...
August 4, 2009 at 7:48 am
Your destination table will not accept a null value, that's what NOT NULL means in a table definition. So if you explicitly try to insert a NULL value then...
August 4, 2009 at 7:17 am
Paul White (8/4/2009)
You can all relax in the knowledge that everything will be smaller and faster if we...
August 4, 2009 at 7:01 am
Why are you using the JET provider when there is a FoxPro OLE DB driver? This could be your problem.
August 3, 2009 at 8:28 pm
rustroot1,
Don't know where you are in the Northeast, but Adam Machanic and his user group put on a PASS Community Connections event in the Boston area last January. It...
August 3, 2009 at 7:04 pm
Are you changing anything in the database schema or just "copying" the tables and data to SQL Server? It should be fairly straitforward if you are copying the Foxpro...
August 3, 2009 at 2:59 pm
Another one from the same guy. Not sure what he wants and asking the right questions is not my gift.
August 3, 2009 at 2:08 pm
Viewing 15 posts - 4,501 through 4,515 (of 9,643 total)