Viewing 15 posts - 2,011 through 2,025 (of 6,038 total)
I just started a SQL Profiler trace on my (local) instance and then did the "New Database.." dialog. There are quite a few things that SSMS does in the background,...
November 22, 2016 at 7:07 am
Just recently, the Standard edition of SQL Server 2016 SP1 is inheriting most (or maybe all?) of the Enterprise edition features it has traditionally excluded. Hopefully, backup encryption is feature...
November 21, 2016 at 1:53 pm
When users create a new database, are they specifying a non-default file location or growth size?
November 21, 2016 at 11:27 am
Just doing a Google search on filetype:mdf turns up a lot of hits. Some of them are references to NorthWind or AdventureWorks, but others it's not clear. I havn't tried...
November 21, 2016 at 10:44 am
Tac11 (11/18/2016)
Hi experts,Can someone please explain to me in simple English with each examples, different between Adhoc query and prepared query from sys.dm_exec_cached_plans.
Thanks.
A prepared query is paramaterized and can be...
November 18, 2016 at 12:53 pm
Sadly, in most IT shops it's the application developers to do most of the "interesting" database development work, and even the most senior members of the DBA team perform post-deployment...
November 18, 2016 at 12:40 pm
As a start, you can combine sp_MsForEachDB with a query against INFORMATION_SCHEMA or SYS views.
For example:
-- Search for all stored procedures and views that include a keyword in their definition:
exec...
November 18, 2016 at 11:52 am
Budd (11/18/2016)
DECLARE @PARAM1 VARCHAR(2000) = 'Tom','JOE','BUDD','TIM' --< Obviously this wont work
Select name from employees...
November 18, 2016 at 11:40 am
David.Poole (11/17/2016)
...
I'd be curious as to whether Microsoft will eventually do a Linux version of SDIS/RS/AS or let those quietly die.
I doubt Microsoft would let the ETL/Integration and BI components...
November 17, 2016 at 2:38 pm
ZZartin (11/17/2016)
...
I happen to really like the windows 10 UI, it's a nice blend of the old windows UI with the better elements of the metro UI available in a...
November 17, 2016 at 1:25 pm
While the original approach of excluding "enterprise" features from Standard Edition was to encourage folks to splurge on the Enterprise Edition license, as we see now, including these features in...
November 17, 2016 at 12:43 pm
In terms of the Kimball methodology of star-schema modeling, I believe this would be an example of a "role playing dimension".
November 17, 2016 at 11:57 am
For what it's worth, the @@ROWCOUNT system variable contains the number of rows affected by the immediately preceeding DML operation.
November 17, 2016 at 11:53 am
Gary Varga (11/17/2016)
It does appear that the Azure first policy is certainly bearing the fruits of their labours.
What is the first policy?
November 17, 2016 at 10:54 am
Especially for lower tier servers (ie: 4 CPU / 8 GB memory), or instances where the database engine is the only service running, it's hard to justify the OS memory...
November 17, 2016 at 8:19 am
Viewing 15 posts - 2,011 through 2,025 (of 6,038 total)