Viewing 15 posts - 46 through 60 (of 61 total)
ok it looks like I have to keep this in the same schema, I can't update a table of another schema in a stored procedure not of the same schema....
October 31, 2014 at 9:29 am
Huh.. This does seem to be something to do with the schema, I switched the schema to dbo and it managed to work... Not sure what I am meant to...
October 31, 2014 at 9:01 am
owner of the schemaname is dbo
October 31, 2014 at 8:46 am
Hi,
I read that article before, but from my understanding, that's more like the inverse of what I was doing, as I want to find the gaps in between the date...
September 13, 2013 at 3:21 pm
Sorry, the 2 was to represent that I could potentially have multiple items, and each one would have their own gaps represented, but the updated dataset never left my management...
September 13, 2013 at 11:55 am
Ok I've solved my problem, I needed to put my 10.0.0.0 managedDTS file into the x86 version of the folder.
September 13, 2012 at 3:18 am
I think I figured out my problem - the page height was probably set to being too high, as I think any empty space was being considered as something that...
January 27, 2010 at 4:56 am
Upon receiving more detail requirements, it seems like this may not work after all... the database is currently SQL Server 2000, there is no XML Data Type, which I think...
January 19, 2010 at 3:27 am
Thanks, this looks like it'll work 🙂
January 18, 2010 at 3:47 am
It's been brought to my attention recently that there are several tables containing information about jobs and their schedules. does anyone know if it is possible to list through SQL...
March 19, 2009 at 11:23 am
Steve Jones - Editor (3/11/2009)
You could possibly pass in global variables from the various schedules. But that would mean separate jobs for each schedule
That was the only solution I could...
March 12, 2009 at 8:55 am
Ah ok thanks, I assumed there might be a way to deploy it through visual studio, so that it shows up in the same interface. I'll revise what I'm doing...
February 13, 2009 at 8:22 am
I was having the opposite problem yesterday - I actually wanted to split up my report into multiple pages, as I had a ton of data, but it was all...
February 11, 2009 at 6:36 am
I've figured out one way of doing it, which might not be the best way - I grouped the data of my first column in SQL and then numbered this...
February 10, 2009 at 7:06 am
I've solved my problem now - I was using a shared data source, which meant I couldn't use expressions. The solution was to override the datasource used, in my dataset,...
January 30, 2009 at 7:47 am
Viewing 15 posts - 46 through 60 (of 61 total)