(K. Brian Kelley) I need to create a login for my SQL Server and assign it the correct permissions. I already have another login which has the exact permissions I want. Is there a way I can clone the login that has all the permissions?
Tag: sql server
SQL Server – Capture Execution Plan of a Currently Running Query/Process SPID
(Suresh Raavi) DBAs most often face scenarios where they need to capture graphical execution plan of a query currently running on a live production instance because of multiple reasons like:
Automated Backups of SQL Server Databases in Azure IaaS VMs
(Marcin Policht) Following the main theme of our earlier articles published on this forum, we will continue our quest for methods to simplify and streamline provisioning and management of Azure SQL Database and SQL Server running in Infrastructure-as-a-Service (IaaS) Azure virtual machines.
How to Clone a SQL Server Login, Part 2 of 3
(K. Brian Kelley) I need to create a login for my SQL Server and assign it the correct permissions. I already have another login which has the exact permissions I want. Is there a way I can clone the login that has all the permissions?
How to fix SQL 2008 R2 Replication objects not being created on Subscriber
(Chris Skorlinski) Just a heads up if you are still running any version of SQL Server prior to SQL Server 2012 SP1 for Transactional Replication and the following hold true:
Ensuring Columns Are Always Present In A Table Returned By Power Query
(Chris Webb) Disappearing or renamed columns in your data source can cause all kinds of problems when you’re importing data using Power Query: errors when you try to refresh the query, broken calculations in Power Pivot, PivotTables that reformat themselves and then need to be manually recreated.
The Evolution of SQL Server BI
(Robert Sheldon) It is sometimes hard to keep up with Microsoft’s direction in Business Intelligence. Over the years, we’ve been presented with so many ways of aggregating, processing, graphing, reporting and visualising data, that we felt it was time to take stock and present the Simple BI Timeline
SQL SERVER – Creating Dataset Using VALUES Clause Without Creating A Table
(Pinal Dave) You know that you can add data to a table using VALUES clause. But did you know that you can create a dataset using VALUES clause like a table without adding into another table?
How to fix SQL 2008 R2 Replication objects not being created on Subscriber
(Chris Skorlinski) Just a heads up if you are still running any version of SQL Server prior to SQL Server 2012 SP1 for Transactional Replication and the following hold true:
Ensuring Columns Are Always Present In A Table Returned By Power Query
(Chris Webb) Disappearing or renamed columns in your data source can cause all kinds of problems when you’re importing data using Power Query: errors when you try to refresh the query, broken calculations in Power Pivot, PivotTables that reformat themselves and then need to be manually recreated.
