Viewing 15 posts - 1,891 through 1,905 (of 2,653 total)
you can use BIML Express to generate the packages. Just takes a bit to prepare the metadata to generate them.
to execute them I would prepare a few command files (the...
September 9, 2019 at 4:36 pm
For such a table I would consider checking for how many repetitions of the SQL exist - and if number is less than 20% of total records perhaps adding another...
September 8, 2019 at 9:31 pm
SQL 2005 its not supported by SQL Client 11 https://docs.microsoft.com/en-us/sql/relational-databases/native-client/applications/support-policies-for-sql-server-native-client?view=sql-server-2016 for supported versions.
you will need to use an older driver (2008 R2 works) https://www.microsoft.com/en-US/download/details.aspx?id=30440 or 2012 https://www.microsoft.com/en-us/download/details.aspx?id=29065
Note sure how you...
September 8, 2019 at 3:30 pm
That being the case then rollback U3 and contact Vmware with the issue through support - fact that can be reproduced on a brand new environment will help them.
September 8, 2019 at 8:33 am
Possibly rollback U3 would be the best option at the moment, specially as there are other people complaining about possible issues with this update.
Then get a copy of this VM...
September 8, 2019 at 7:40 am
as I said you need to add a join to the sales.salesorderheader table - that is what you are missing. putting "sales.SalesOrderDetail.SalesOrderIDÂ = sales.salesorderheader.salesorderID" is not joining - it is...
September 7, 2019 at 10:51 am
Few errors
Referencing a table on the select columns that is not part of the joins - that is your main error
Giving alias to some tables, and then using the full...
September 7, 2019 at 10:24 am
And depending on the needs RedGate SQL Monitor may also be an option - limited to SQL Server only (and some details of the underlying server) but with good info...
September 6, 2019 at 5:36 pm
yes that is a reasonable assumption if the 2 tables are on the same database
from https://docs.microsoft.com/en-us/sql/t-sql/data-types/rowversion-transact-sql?view=sql-server-2017
Each database has a counter that is incremented for each insert or update operation that...
September 6, 2019 at 5:34 pm
As it is a HEAP it may not release the space - but doing a table rebuild will deal with the issue
September 5, 2019 at 11:13 am
remove the convert on the where clause - for display purposes you only need to change the select list.
and this really should be done on the visualization layer not on...
September 2, 2019 at 6:54 am
Sorry if my previous reply sounded a bit harsh.
Had a chance to review your replies and now I think the following will do what you need.
two options - both should...
August 27, 2019 at 8:25 am
Found another document - this is a bit more clear on the whole embedded subject.
Main difference from "standard" licenses is a longer support period - possibly as Steve mentioned using...
August 26, 2019 at 11:14 pm
that code you just posted, asking the "experts" if it is a good option is what I gave you on the first reply to you.
yes it is one of the...
August 26, 2019 at 11:03 pm
But do take in consideration that the example that Lowel gave you requires Microsoft Office to be installed on the pc/server where it is executed - if on a server...
August 26, 2019 at 12:35 am
Viewing 15 posts - 1,891 through 1,905 (of 2,653 total)