Viewing 15 posts - 4,846 through 4,860 (of 9,643 total)
npikes
From what you posted, it sounds like there's something in your trigger that your application does not have permissions...
June 30, 2009 at 9:18 am
How about just bringing it all across as character into a temp table and then do your conversions in SQL Server. You can then use the IsDate Function to...
June 30, 2009 at 9:10 am
What is being used to do the upload? Where is the source data coming from? Can you post the code or example of the code?
June 30, 2009 at 9:04 am
The only way you can find out if the value of a column is used in a child table is to query the child table(s) for the value.
In your example...
June 30, 2009 at 8:55 am
I don't know of any way to tell this unless you have a DDL trigger that saves the data.
June 30, 2009 at 8:36 am
npikes is probably correct that the application user does not have rights to do something you are doing in your DDL trigger, while when you do it in SSMS you...
June 30, 2009 at 8:15 am
jcrawf02 (6/29/2009)
GSquared (6/29/2009)
June 29, 2009 at 2:52 pm
This is probably the best article on Dynamic Search in SQL Server out there.
June 29, 2009 at 2:30 pm
How do you know it is not working, are you getting an error or are no rows going out the "blue" dataflow?
You need to make sure you match case and...
June 29, 2009 at 2:13 pm
I would definitely say you are on the right track. Query1 will not need a bookmark lookup to the get the parentUrl because parentUrl is an included column. ...
June 29, 2009 at 11:43 am
Couldn't you do something in Excel to save the file as pipe-delimited and then import the rows into the database?
June 29, 2009 at 11:21 am
mazzz (6/29/2009)
June 29, 2009 at 11:20 am
In addition to Flo's suggestion, which will work, there are several third-party comparison utilities on the market including RedGate SQLDataCompare and ApexSQL SQLDIff that have evaluation versions so you can...
June 29, 2009 at 11:15 am
You should be able to develop the SSIS package in 32-bit mode and run it using the 32-bit DTEXEC utility.
June 29, 2009 at 11:13 am
There is no schema level backup in SQL Server. IF you separate the schemas onto their own filegroups or files then you could backup the schemas.
June 29, 2009 at 10:57 am
Viewing 15 posts - 4,846 through 4,860 (of 9,643 total)