Viewing 15 posts - 481 through 495 (of 727 total)
The "why" boils down to your environment. If you don't have control over every facet of object naming, but have code that runs against these objects, then it's your code...
April 18, 2007 at 11:20 am
Assuming that this is a repeating process, I'd create a batch file, using UNC names, and call that with xp_cmdshell. Then, any changes you want to make only need to...
April 18, 2007 at 11:12 am
Several things, but first, could you copy and paste the actual code, assuming the above isn't it, as I'm guessing it's just a simple syntax error of some sort? You...
April 18, 2007 at 7:52 am
"I'm a firm believer in learning hand-assembled machine language where you have to calculate the values of branches both forwards and backwards. I think it aids in developing critical thinking...
April 18, 2007 at 7:44 am
I'm very confused by your statements about not using sp_executesql. Are you doing an EXEC (@sqlString), or are you trying to run the SELECT as is? If the former, then...
April 17, 2007 at 3:35 pm
Have you tried running it manually from the server itself? This sounds like either a permissions, or a scope (i.e., getting data from the local drive) issue, but without knowing...
April 17, 2007 at 3:29 pm
I'm guessing that some of your DBs are missing either server or member entries, so change your INNER JOINs to LEFT OUTER JOINS, and see if that's the results you...
April 17, 2007 at 1:08 pm
If memory serves, the 00900 error returns the string it thinks you want to run. Can you tell us what shows up there?
April 17, 2007 at 12:40 pm
I get that only when I try and look at the transforms from my own box, through EM. If I log onto the server itself, the transforms never hang for...
April 17, 2007 at 12:33 pm
What? A custom (several actually, for our different web applications) C# web app.
Where? In-house.
How much? Can't sell it, but can help you build your own.
April 17, 2007 at 12:24 pm
Is a wrapper around the ReportViewer control an option? We use such a beast, and it makes things a bit easier to handle, although getting up to speed can be...
April 17, 2007 at 11:55 am
Can you show us what you want the final SQL to look like as returned from the SELECT statement?
April 17, 2007 at 11:39 am
I don't know your environment, but have you tried prepending the schema to the sp name?
April 17, 2007 at 10:23 am
Viewing 15 posts - 481 through 495 (of 727 total)