Viewing 15 posts - 16 through 30 (of 2,695 total)
name won't matter - but the version of it must match the server version (unless changed in recent versions)
so on the download for PBIRS January 2026 you also have a...
April 30, 2026 at 6:49 pm
would be great if you did bother to google for the error
https://www.sqlservercentral.com/forums/topic/ssis-warning-global-shared-memory/page/2
multiple explanations and a solution - and regardless you can and should ignore that warning/error - its only for...
April 25, 2026 at 7:02 pm
declare @LastKnownRowVersion varbinary(8) = 0x00000000000007D3
SELECT * FROM YourTable
WHERE RowVersionCol > @LastKnownRowVersion;
but both varbinary and binary are the same - only difference is that (as per manual)
A...
April 4, 2026 at 8:04 am
use varbinary
@Grant - purpose is normally to use it as "what has changed since last time I did ETL..." so the last rowversion used is stored elsewhere - and can't...
April 2, 2026 at 1:52 pm
Hi , i installed winscp on my pc, added it to GAC thru vs (i think a developer script) on my pc as well, and added a reference to...
March 28, 2026 at 12:54 am
Ola's index script DOES NOT allow for datacompression as a parameter.
while anyone can change it and allow for that to be supplied as a parameter, this is not desirable, nor...
March 3, 2026 at 12:38 am
easy to check - why not try it out instead of asking someone to confirm what you found - or read the code itself.
March 1, 2026 at 1:35 am
thx phil, are direct worse?
it depends.
February 20, 2026 at 6:51 pm
its getting tiresome that you @semolina keep posting same information prior posts already gave, just for the sake of showing off. if you don't have new information to supply refrain...
February 8, 2026 at 7:08 pm
scroll down to "Use custom cleanup script approach"
February 6, 2026 at 9:10 am
price should not be the reason - there are some free tools to use. and others (like EA from sparkx) isn't that expensive.
February 5, 2026 at 6:58 pm
hum... I would query the client and see how they are loading the file (to whatever system) and what are the chars they consider NON UTF-8.
or is it that they...
February 2, 2026 at 2:55 pm
go read the manuals. your comment shows a lack of understanding of what the openrowset command is so you need to study it
January 30, 2026 at 10:51 pm
you can backup the db to a UNC share - so if she has permissions to do backups, permissions to share a drive with the SQL Server account then she...
January 30, 2026 at 9:23 pm
I would say it isn't setup correctly on the NAS.
as you are using a SP - check that the SQL Server account also has required permissions, not just the SQL...
January 26, 2026 at 4:36 pm
Viewing 15 posts - 16 through 30 (of 2,695 total)