Viewing 15 posts - 1,411 through 1,425 (of 49,571 total)
May 24, 2017 at 2:29 am
May 24, 2017 at 2:28 am
May 24, 2017 at 2:21 am
Look at how much memory things other than SQL are currently taking.
Calculate (server memory) - (allocation for OS) - (what other things are using) = starting value for max...
May 24, 2017 at 2:18 am
polkadot - Tuesday, May 23, 2017 2:27 PMDoes every single FK value in bridge table need to be in parent table?
Yes, that's...
May 23, 2017 at 2:48 pm
There's data in the tables that violates the constraint you're trying to create, so values in the child table that aren't in the parent table.
Can you post the...
May 23, 2017 at 1:15 pm
It's not telling you that there's an existing constraint. It's telling you that the data in the table violates the constraint that you're trying to create, and hence that constraint...
May 23, 2017 at 12:31 pm
jasona.work - Tuesday, May 23, 2017 8:18 AMYou know, I'm not sure what fall-weather stuff you could be doing there...
Finishing up...
May 23, 2017 at 8:59 am
May 23, 2017 at 7:43 am
Next long weekend here is 3 weeks away (16th June). Pity, because I could really use an extra day off.
May 23, 2017 at 7:01 am
May 23, 2017 at 7:00 am
Are you asking about encrypting data and using a password to decrypt it, or about encrypting passwords?
May 23, 2017 at 5:14 am
Command : dbcc sqlperf(logspace)
Result : Log Size : 14974.55 / Log Space...
May 23, 2017 at 4:49 am
aar - Monday, May 22, 2017 8:53 AMI set it as '%EXECUTE%AS%' so both ways are not allowed 🙂Thanks you
That's going to...
May 23, 2017 at 2:18 am
Yes, exactly the same way you'd patch the database engine, patch any portions of SQL Server installed without the DB engine.
May 23, 2017 at 2:12 am
Viewing 15 posts - 1,411 through 1,425 (of 49,571 total)