Viewing 15 posts - 526 through 540 (of 1,838 total)
I'd say that SQL Server 2016 is probably what I'd consider the best, with SQL Server 2008 R2 being second best. The problem I have with 2012, 2014, 2017 is...
April 10, 2018 at 8:42 am
This can't be the whole criteria for matching records, or else the results would have 9 rows for STOCK = 5, and you say you want the results to have...
April 10, 2018 at 7:21 am
I think we need some clarification on what is actually happening here and what you're trying to do. How are you matching IN records with their corresponding OUTE record? I'm...
April 9, 2018 at 2:53 pm
April 6, 2018 at 3:03 pm
I've always tended to do ELT, without even realizing it, because so many of the ETL tools are difficult to get anything accomplished. For me, it's usually a question of...
April 4, 2018 at 10:18 am
Why are databases good companions?
Because they always maintain their relationships, and they aren't afraid to commit.
April 3, 2018 at 12:12 pm
A query walks into a bar, goes up to two tables and says "mind if I join you?"
April 3, 2018 at 10:23 am
While this may have good intentions, I certainly would not have this script create the databases and would not have this as a scheduled job. Since it uses the missing...
March 29, 2018 at 12:11 pm
OK, based on this and your previous posting, I believe we're back to having SQL Server reinstalled on your PC. When they get to the "Database Engine Configuration" page of...
March 29, 2018 at 8:26 am
unfortunately you may be stuck having to reinstall SQL Server on your machine, or trying the process described here for restarting it in single user mode:
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/connect-to-sql-server-when-system-administrators-are-locked-out
March 28, 2018 at 12:41 pm
if you can connect to this using the Object Explorer in SQL Server Management Studio, try to right click on the instance name, then select the "Security" page. The first...
March 28, 2018 at 12:08 pm
Is it possible that calling this through sp_updatestats vs UPDATE STATISTICS is using a different sampling size? The docs say sp_updatestats will use the default sampling if 'resample' is not...
March 28, 2018 at 11:55 am
Eirikur Eiriksson - Wednesday, March 28, 2018 9:26 AM0x496E2057657374204C6F6E646F6E2C2070726163746963616C6C79206F6E20657665727920636F726E6572😎
0x54686973206973206D6F72652066756E207468616E20746865204573706572616E746F20746872656164207761732E
😀
March 28, 2018 at 10:05 am
It sounds like since this is just on your machine they should have added your login as an Administrator.
This is done in the Setup wizard on the "Database Engine...
March 28, 2018 at 9:30 am
Somehow I don't think that setting the database to trustworthy is really the long term solution you're looking for. There are lots of articles that talk about the security problems...
March 27, 2018 at 1:28 pm
Viewing 15 posts - 526 through 540 (of 1,838 total)