Viewing 15 posts - 16 through 30 (of 53 total)
Replace this WorkRequest_PartRequest.QuantityRequested - Inventory_Utilization.QuantityUtilized
with SUM(WorkRequest_PartRequest.QuantityRequested - Inventory_Utilization.QuantityUtilized)
and then...
November 1, 2018 at 10:55 am
November 1, 2018 at 3:24 am
I had to make sure all columns used later in my process matched the DATETIME2 datatype.
The datasource we query is live and I think there are times when...
October 31, 2018 at 9:29 am
Is the Informix DB linked server a live data source? I get this issue sometimes when extracting data from a live source system, and re-running this process usually solved it.
October 31, 2018 at 8:52 am
These links may be of use to you. Assuming you just want to move the database files.
System / Master
https://docs.microsoft.com/en-us/sql/relational-databases/databases/move-system-databases?view=sql-server-2017
User DBs
https://docs.microsoft.com/en-us/sql/relational-databases/databases/move-user-databases?view=sql-server-2017
HTH
Mark
October 18, 2018 at 4:42 am
I changed roles just over a year ago. Like you I am based in the UK, however I am not sure location really makes a huge difference.
My previous...
October 16, 2018 at 7:30 am
Surely now is the time to ignore this and not give it any more attention. This thread also appears elsewhere in other forums.
And talk of ignoring him is...
October 12, 2018 at 7:31 am
Another quick question, whereabouts are you in India again, and what is the local time there?
Thanks
October 11, 2018 at 9:12 am
Clearly I was not trying to get personal information.
However does this not seem odd?
And recently there have been a number of...
October 11, 2018 at 7:14 am
Thank you for this information. One more thing before we can process this.
Could you please post details of the view that is causing the problem. I have been...
October 11, 2018 at 7:01 am
Thank you so much for your truly invaluable service to the SQL Server Community.
At Microsoft we value your feedback. This bug does indeed sound very serious. Would you...
October 11, 2018 at 6:43 am
Hi Dev,
Could you please give more details.
Is this a copy of the SQL data tables? Could you not just link to the SQL tables in your Access...
October 3, 2018 at 9:54 am
To pick up on John's point, you need to copy the dtsx package to the server itself to a folder which would then be accessible by SQL Agent, rather than...
October 3, 2018 at 7:45 am
Hi Maria,
Try this.
Go to the properties of your report,...
September 21, 2018 at 7:50 am
If you right click on the database name and choose
Tasks
then
Generate Scripts
You can export all the tables, etc into one script or individual scripts.
You...
September 21, 2018 at 7:43 am
Viewing 15 posts - 16 through 30 (of 53 total)