Newest Questions - Database Administrators Stack Exchange
sql-server-2012 asked 2 hours ago user3113903 61 0 votes 0answers 13 views Versioning database tables I need to store all the changes made for almost every table in a meta-data database. mysqldump crash asked 27 mins ago adjc98 205 1 vote 0answers 10 views Selecting max(date) from union query I am having a bit of trouble getting accurate results from a query that looks to me as if it should work
Another alternative which I prefer is actually in the stored proc if you have a helper function that converts a CSV to a table, then you are able to join on that which is much safer than just sending the input directly to the query. Fill in your details below or click an icon to log in: Email (required) (Address never made public) Name (required) Website You are commenting using your WordPress.com account
SQL Server Forums - Insert Dynamic SQL into TempTable
I would prefer to have access to the temporary table outside of the dynamic sql.The dynamic sql is rather complex and I need to use certain returned values later on.I *could* try to put all of my logic in one big dynamic sql
DTS used to be able to handle this perfectly well and so did the Microsoft ISAM Jet driver (importing with SQL Sever 2000, SQL Server 7, MS Access or MS Excel up to v.2007 works). i need to find difference for uniqueID in Hours between two dates(where most of the time two dates can be the same date or different), and am using DATEDIFF function
If data is huge, if there are any Non-Clustered indexes that are not build on primary key or unique key, then disable those indexes, loading will be much faster. How can I fix? I have SQL Server 2008 and Visual Studio 2008 and am trying to automatically insert new records into a child table based on new inserts into its parent table
No comments:
Post a Comment