Viewing 15 posts - 1,411 through 1,425 (of 49,552 total)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 24, 2017 at 2:29 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 24, 2017 at 2:28 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 23, 2017 at 8:59 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 23, 2017 at 7:01 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 23, 2017 at 7:00 am
Are you asking about encrypting data and using a password to decrypt it, or about encrypting passwords?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 23, 2017 at 5:14 am
Command : dbcc sqlperf(logspace)
Result : Log Size : 14974.55 / Log Space...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 23, 2017 at 2:12 am
Viewing 15 posts - 1,411 through 1,425 (of 49,552 total)