Viewing 15 posts - 1,471 through 1,485 (of 13,838 total)
It's somewhat difficult to understand exactly what is going on here, because you've posted a fairly large chunk of code, most of which is not relevant to the problem you...
March 30, 2022 at 10:02 am
First of all, are you aware of issues with numeric precision when using FLOAT? If not, I suggest you reconsider – DECIMAL() is often a better choice.
If you put the...
March 30, 2022 at 9:42 am
Locate the ssms.pkgundef file and edit it as follows
Comment out the following line at the end of the file, and save the file.
- [$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]
...
This is as good as it...
March 29, 2022 at 2:30 pm
You should be fine. Just make sure that you set things up in your SSDT Project Properties to target the right platform.
March 29, 2022 at 11:23 am
OK, sure. Just wanted to make sure that you've considered that before setting the 'On error, go back to start and try again' option!
March 28, 2022 at 5:29 pm
I understand the risk. This is a stop gap until I can rework the SQL Job to avoid it. The reason it would fail is due to server load...
March 28, 2022 at 5:08 pm
Putting the truncate as step 1 in the SSIS package seems like the way to go – sounds like you've worked that out. This should be quick to implement.
Creating one...
March 28, 2022 at 3:42 pm
Is it possible that you can post an example that contains some actual data, along with your desired results based on that example? It might also be helpful to see...
March 28, 2022 at 3:36 pm
I can't see a way of doing that in SQL Agent.
What do the other steps do? Is this a sequence of T-SQL / stored procs, or do the steps include...
March 28, 2022 at 2:32 pm
>3,000 points and all you provide is a screenshot? You should know better.
March 28, 2022 at 2:25 pm
Jeff,
Thanks that works perfect, but I have another table(POST Above) that I'm trying to get ALL of the records GT timestamp from processed tables: ''>'' (Select last_updated from Speed_Last_Processed)
Then...
March 26, 2022 at 1:45 pm
March 26, 2022 at 1:44 pm
There is nothing built in to T-SQL which will do this for you. If you search for "T-SQL Proper Case Function" you will find loads of examples that others have...
March 24, 2022 at 3:51 pm
An SSIS package can orchestrate the process for you.
Option 1
Option...
March 24, 2022 at 10:57 am
The standard SQL Server client tool is called SSMS (SQL Server Management Studio). Download it from here. You'll need admin rights to install it, but after that you should...
March 24, 2022 at 10:47 am
Viewing 15 posts - 1,471 through 1,485 (of 13,838 total)