Viewing 15 posts - 646 through 660 (of 7,466 total)
I would make sure to have my SQL2019 upgraded to one of the most recent CU's !
February 22, 2022 at 10:13 am
have a look at CharIndex
/* from https://docs.microsoft.com/en-us/sql/t-sql/functions/charindex-transact-sql */
DECLARE @document VARCHAR(64);
SELECT @document = 'Reflectors are vital safety' +
...
February 21, 2022 at 12:28 pm
What queries have you tried out yourself?
February 21, 2022 at 8:25 am
well ... actually ... a couple of months ago I got my IoT thermostat (Netatmo) because it regulates my temperature way better than me due to its learning mode.
However, I...
February 18, 2022 at 9:35 am
Spot on, Jeff !
The main point for people to prefer varchar over char is that their GUI development tool doesn't have to bother with trailing spaces.
Lordy. I understand...
February 17, 2022 at 12:27 pm
Moving the fetch next statement fixed my issue.
Thank you!
aaaand .... you missed the most important message !
You may have fixed this little issue, but you are still using a...
February 17, 2022 at 6:59 am
Why do you want to use a cursor to do this.
Think SET !
you are using 3part naming to address the new matchcode object, remove "USE [test]" before statement INSERT INTO...
February 16, 2022 at 6:50 pm
Write better code and you might be surprised just how scalable your system proves itself to be.
Spot on! (no matter the chosen technology)
February 16, 2022 at 8:59 am
Alternatively have a look at "Get packages from SSIS Catalog"
it uses Powershell to download the packages
February 14, 2022 at 1:29 pm
It was an error while creating the temp tbl. this is resolved after I removed the [AccountKey] from insert.
Temp tbl improved the performance in my scenario.
You should have removed...
February 14, 2022 at 7:28 am
February 14, 2022 at 7:23 am
Does the service account of the target server ( 2016 ) have read authority for the backup file ?
February 11, 2022 at 8:15 am
There is something fishy with the question:
February 11, 2022 at 8:13 am
Spot on, Jeff !
The main point for people to prefer varchar over char is that their GUI development tool doesn't have to bother with trailing spaces.
February 11, 2022 at 7:26 am
Sorry, Steve, I clicked "report" in stead of quote 🙁
Closing a post after 1 year of no responses seems fair to me.
February 10, 2022 at 12:15 pm
Viewing 15 posts - 646 through 660 (of 7,466 total)