Viewing 15 posts - 16 through 30 (of 33 total)
colin.Leversuch-Roberts (5/13/2011)
do you mean you want to update the primary key column which is used as a FK in other tables?
Yes, I want to update the primary key that is...
May 13, 2011 at 9:17 am
Phil Parkin (2/22/2011)
Have a look in sysssispackages.
Thanks Phil, that is the one I needed, it has all the msdb packages. Not sure how I missed it.
February 22, 2011 at 10:32 am
happycat59 (2/20/2011)
Try looking in table sysdtspackages90 instead.
I am in SQL Server 2008. There is no table sysdtspackages90 in that version. Also, I would have posted this to 2008 forums, but...
February 22, 2011 at 9:44 am
paul.knibbs (2/17/2011)
Why did you *have* to create a new instance with each new install, out of interest? I've never run into that issue.
I had to resolve registry permission issues, and...
February 17, 2011 at 10:11 am
The DBA informed me that the system user is a startup user for sql server and agent service and has "SA" rights, so it should have more rights than I...
February 8, 2011 at 3:11 pm
So I have changed my connections to ADO.net and I did a test where I downloaded one date column and it works for both me and the Agent user. Now,...
February 8, 2011 at 9:41 am
Thanks Phil, I actually had a lightbulb go off before I saw your post, but you would have directed to the correct solution if I hadn't figured it out.
February 1, 2011 at 9:37 am
I figured this one out. I put the following line of sql at the end of my code, and did a result set looking for the RowCnt and populating my...
February 1, 2011 at 9:32 am
I check the ValidateExternalMetadata to False and that error has gone away, now I am getting this error:
Description: The connection manager failed to defect from the transaction
January 27, 2011 at 11:28 am
I have come up with a query to dynamically crosstab your xml fields, I posted it on Jack's discussion, the link is below. Thanks
http://www.sqlservercentral.com/Forums/Topic487637-1254-11.aspx
May 4, 2010 at 11:55 am
Jack, I was able to come up with a way to crosstab the xml values. You could also use this to run a report I guess.
Make sure to change the...
May 4, 2010 at 11:31 am
I was able to create a dynamic query with the following code, it works great. I am using different column names different amount of columns.
The key to make this...
May 4, 2010 at 11:12 am
@mister.magoo,
I tried replacing your column names "for inner_table.name in" with sub select sql below, which runs correctly on its own, but doesn't work within the whole query. Any ideas? This...
May 3, 2010 at 7:53 pm
The query would have criteria on another column in the table, so the field names from the xml column would all be the same within the query. The table would...
May 3, 2010 at 7:00 pm
Great article! I have a question, is there a way to query the xml column and have the field names and values be cross-tabbed?
So here is my error detail below...
May 1, 2010 at 1:05 am
Viewing 15 posts - 16 through 30 (of 33 total)