Viewing 15 posts - 4,381 through 4,395 (of 39,736 total)
If you create a primary key, then you do get uniqueness, but the identity property doesn't manage that. Common misconception
February 14, 2019 at 12:40 pm
Testers needed
OK, we're getting close on the new site, and I know a bunch of you want to test forums. Send me a note (PM or email sjones...
February 14, 2019 at 11:17 am
Steve M pointed this out, but the
SELECT @CMD + xxxx
lines create a statement. The last one with just
select @cmd
February 14, 2019 at 11:15 am
Once you get the code: http://www.sqlservercentral.com/articles/Stored+Procedures/183073/
February 13, 2019 at 2:49 pm
Are you auditing successful logins?
Are you asking if these should not be from SSMS or if this is a large amount from SSMS? Every time you open a...
February 13, 2019 at 2:33 pm
That should help. the log files are supposed to fill before moving to the next one, and it's possible that if they are closely sized and full that you're growing...
February 13, 2019 at 12:07 pm
If you want to learn Unix/Linux, I'd install a VM and practice there. Working inside a container is OK, but you're slightly crippled, so you don't really learn. The Stairway...
February 13, 2019 at 11:10 am
It's not even about free Some of the issues are for paid services
Data really is the new oil and organizations are loathe to have any restrictions. Hopefully l...
February 13, 2019 at 9:31 am
What are you protecting from? If you have the machine fail, there's no HA. If you think the db files might fail, I guess you could back up and restore...
February 12, 2019 at 2:52 pm
Why replicate? I'm not sure what you want to do. The distributed transaction is less of an issue on the same server, with SELECT queries, and more with writes.
February 12, 2019 at 10:25 am
There is a lot of legacy code out there using text/image, and various other features. Large customers especially, and large vendors (think ERP, Accounting, etc.) that have legacy code they...
February 12, 2019 at 10:17 am
I do use Google photos now, and try to back up the important ones locally (and to Backblaze). I'll grab a set from my phone via USB and keep them...
February 12, 2019 at 7:55 am
Please don't run code you don't understand without working with it in production. You noted you had a test database, which is slightly better, but what if I had malicious...
February 12, 2019 at 7:53 am
Ah you BI people always cause problems.
good point. Need to submit a change for the docs and update the question to say rowstore.
February 12, 2019 at 7:50 am
I'm not sure what you mean. Do you mean change the LSN sequence? Full/diff backups don't change this. The log backups work with the LSN. The subsequent full/diffs can be...
February 11, 2019 at 2:57 pm
Viewing 15 posts - 4,381 through 4,395 (of 39,736 total)