Viewing 15 posts - 961 through 975 (of 13,838 total)
Dennis Jensen, your positivity is impressive and laudable. But the definition of insanity as "doing the same thing repeatedly and expecting a different outcome" (wrongly attributed to Einstein) is applicable...
April 19, 2023 at 10:35 am
Sorry, I can't help you with this question, but I do admire the accuracy of your approximation!
April 19, 2023 at 10:01 am
Thank you to Ken and pietlinden for your support.
Okay Phil Parkin criticizing a questioner is poor etiquete. Instead if you feel their question needed more information simply state that without being condescending....
April 18, 2023 at 8:08 am
My query finds Min and Max to determine Lag, but I need to find the lastest Shipdate date(max) and then previous shipdate to determine lag --> remove the Min(shipdate).
I...
April 17, 2023 at 9:09 am
Does the antivirus software you use have a CLI?
You could write a script task in C#, VB.Net to interact with your AV and call it to scan the file...
April 12, 2023 at 11:01 am
That is not easy! This gets you part of the way, but the MultiValue bit is missing:
DROP TABLE IF EXISTS #XML_TABLE;
CREATE TABLE #XML_TABLE
(
ProductID...
April 9, 2023 at 9:40 am
It's difficult to help without seeing the actual execution plan and the DDL for StockDB (assuming that is a table rather than a database!)
For a quick fix, try the divide...
April 9, 2023 at 7:55 am
The database was working on copy (SQL server 2008) and now it is not working on copy (SQL server 2014) and I get error number (0xc0202009)
Please explain what you mean...
April 3, 2023 at 12:20 pm
Thanks for all replies!!
Will test out Emperor100 solution. Just need a way to update the sp's that use this table structure when new month starts.
The synonym suggestion avoids the...
April 3, 2023 at 10:24 am
You say this:
The database is intact and there is no error in it because it was working in copy (ٍَSQL server 2008)
which suggests that you were able to migrate the...
April 3, 2023 at 10:16 am
Scott's synonym suggestion sounds like your best bet to me.
March 31, 2023 at 4:38 pm
The output you get from your query is the same as
SELECT 'MERGE ' + dc.ChannelReadingTableName + ' USING ' + dc.MainLevelDataTableName
FROM #DeviceChannel dc;
March 31, 2023 at 11:57 am
'Get to the last record' still makes no sense to me. Once again, I suggest you provide the output you are hoping for.
March 31, 2023 at 11:37 am
Not sure what you mean by 'Complete at the last record'. What results are you hoping to see?
I want to get to the last record
but i thinik ive...
March 31, 2023 at 11:35 am
Not sure what you mean by 'Complete at the last record'. What results are you hoping to see?
March 31, 2023 at 11:18 am
Viewing 15 posts - 961 through 975 (of 13,838 total)