Viewing 15 posts - 6,811 through 6,825 (of 8,760 total)
Quick thought, be careful when implementing a trigger with a single value logic and a transaction rollback, chances are that this will cause problems down the line. A more robust...
October 12, 2014 at 6:45 am
Probably one of the most important factors here is the index maintenance, as the "health" of the index can greatly affect the performance, even in some not so exceptional cases....
October 12, 2014 at 5:12 am
Quick thought, check the file system permissions for the account on the folder specified (<path>)
😎
October 12, 2014 at 2:06 am
Digging slightly deeper into this in order to explain this behaviour:
1) Without the parenthesis, this is a simple select query and the server scans the table for all matching entries....
October 11, 2014 at 11:28 pm
dcarter 43846 (10/11/2014)
I have a source table with an xml column that I need to query on the nodes and then depending on what data is in the node then...
October 11, 2014 at 9:58 pm
Quick thought, the former returns an empty set and no assignment takes place, the latter returns a set with a empty (null) column whitch is assigned to the variable.
😎
October 11, 2014 at 12:46 pm
Junglee_George (10/10/2014)
I can remove this DISTINCT keyword from the query once the OUTER APLLY is changed to...
October 11, 2014 at 12:12 pm
It is a separate download, SQL Server Data Tools for SQL Server 2014.
😎
October 11, 2014 at 12:09 pm
The SSDT 2014 is an additional download (last time I checked). To run the 2012 jobs/packages on the 2014 system there are two options, install the 2012 SSIS components on...
October 11, 2014 at 11:03 am
ramana3327 (10/11/2014)
The job is running in Sql 2012 succefully.
I migrated that job in to Sql 2014 instance that is running in seperate box.
The job is running the ssis package. That...
October 11, 2014 at 10:49 am
Jeff Moden (10/11/2014)
jacksonandrew321 (10/11/2014)
Thanks Eiriksson for ur reply. I wasn't familiar with this id update.
This kind of information is available in a tool called "Books Online". It's the "Help"...
October 11, 2014 at 10:21 am
Just for fun, here is a union alternative, certain that this is not the most efficient solution but it is simple to write and fun to play with, uses XML...
October 11, 2014 at 9:59 am
Eric M Russell (10/11/2014)
Eirikur Eiriksson (10/11/2014)
Worked for a national statistics office a while back, seen some "interesting" interpretations especially when politics get thrown in the works, very CREATIVE business:-P😎
There are...
October 11, 2014 at 9:01 am
ramana3327 (10/10/2014)
I installed sql 2014 enterprise edition. I didn't see any visual studio installation by the selection of Integration Service. Where we can develop the Packages?
I am giving the attachment...
October 11, 2014 at 8:03 am
Worked for a national statistics office a while back, seen some "interesting" interpretations especially when politics get thrown in the works, very CREATIVE business:-P
😎
October 11, 2014 at 7:39 am
Viewing 15 posts - 6,811 through 6,825 (of 8,760 total)