Viewing 15 posts - 1,456 through 1,470 (of 2,649 total)
Thanks for the reference.
Oh, it's not my company, I've been brought in to consult on some other problems, and the use of the Version Store cropped up as part...
May 26, 2020 at 12:05 am
A further problem with the OP's request is that they want strings with leading spaces. Not sure why that would be a requirement.
I would almost bet that someone "derived"...
May 25, 2020 at 4:54 pm
well.... kind of no headers as such.. but for many such files you do have a "header" record with a particular fixed format, then "data" records with their own format(s),...
May 25, 2020 at 4:06 pm
the old RTFM does come into place here - just looks like most don't like doing it nowadays.
and Always-On also uses version store.
On a different note - your company must...
May 25, 2020 at 6:39 am
this is a good read on this subject
and (although almost the same) https://www.mssqltips.com/sqlservertip/1946/overview-of-the-sql-server-browser-service/
Depending on your exact setup you may disable it - I know we do for many of our...
May 24, 2020 at 5:47 pm
In my opinion it is the same as "Legacy Cardinality Estimator" ON at database level.
If yes, I mention this on the very first page.
Martin
yes it is the same thing...
May 22, 2020 at 10:01 pm
that configuration manager reference there is to be executed on the SERVER where SQL Server is installed, not where you installed the client tools.
So unless you also intend in having...
May 21, 2020 at 6:06 pm
or keeping the CTE change "and b.userID is null;" to "WHERE b.userID is null;"
May 21, 2020 at 2:03 pm
I may be wrong - but installing POsh 5.1 should contain the automation namespace - and this will not be .net core
https://www.microsoft.com/en-us/download/details.aspx?id=54616
May 20, 2020 at 5:50 pm
I think I have that working in one of my packages but through a start process e.g. new process kicked off which starts a new powershell instance.
if that works for...
May 20, 2020 at 4:42 pm
order does not matter - and the way it works "logically" is that for each row on the out query (customer) check if a row exists on the inner query...
May 19, 2020 at 11:37 pm
Have a look at Power BI Report Server - that is the one you need and it is a superset of normal RS server.
Assuming you have SQL Enterprise with...
May 19, 2020 at 6:43 pm
first.... why in HELL will you have a production database dependent on details stored on a dev database?
second - what SQL Server license do you have on your Development database?...
May 18, 2020 at 3:56 pm
have a look at https://dba.stackexchange.com/questions/246773/prevent-ssms-from-seeing-the-servers-file-system
but use at your own risk.
why do you need to hide this?
and check if on your 2012 server any permission was removed - either directly or...
May 17, 2020 at 8:07 pm
what is the final purpose of this SQL - how is it going to be used and where is the final output? e.g. csv file, excel, web page?
May 17, 2020 at 5:23 pm
Viewing 15 posts - 1,456 through 1,470 (of 2,649 total)