Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  SQLSERVER-DBA.com programming Blog  > 

Sqlserver-dba.com Blog


sqlserver-dba.com
SQL Server consulting ,SQL Server support, SQL Server Performance Tuning and SQL Server Training
2021-03-30 11:33
I use Powershell extensively in supporting SQL Server & other applications .Powershell  is a significant component of the Windows operating system. I won't go into detail but there… Read More
2021-03-29 14:49
Question: I  need to extract the securables for a user created SQL Server database role. For example , the Explicit Permissions  including the Permission,Grantor,Grant,With Grant a… Read More
2021-03-23 15:56
OLAP performance tuning  SQL Performance tuning - Asking the right question Performance Tuning by Committee - SQL Performance tuning - Drilling into the pr… Read More
2021-03-18 16:53
Question: How can I view SQL Server Logging on Linux ? Answer: SQL Server on  Windows - logs details into SQL Server Error logs and Application Logs. Windows event viewer details a… Read More
2021-03-14 15:32
I was talking to an Auditor recently - who specialises in large Corporate Audits - and they asked me how would I prove a certain database which is backed up is actually restored to another s… Read More
2021-03-11 16:36
Microsoft adutil is the a CLI based utility designed to support Active Directory authentication on Linux \ SQL Server & Linux \ SQL Server Containers.  This page is an FAQ on variou… Read More
2021-02-04 11:38
SQL Server Orphaned Users are a typical item on security vulnerability reports.  The next step is to understand why and when SQL orphaned users occur , and thinking about how to set up… Read More
2021-01-27 11:48
Question: Do you have a sql script to list database orphaned users. ? I need to run a daily report , checking if orphaned database users exist and then having a process to work with the appl… Read More
2020-12-09 08:46
Question: I have a bcp command exporting a sql query which outputs to a file . The problem is the file is being saved as Unicode type - causing a subsequent ETL process to fail. How can I fi… Read More
2020-06-29 15:28
Question: I want to set up a script to Mount a Disk in an automated way utilising Powershell ? The image exists as an ISO on a network path and requires to be made available as a drive lette… Read More
2020-04-29 14:52
Question: What is the performance impact of enabling Transparent Data Encryption (TDE) on SQL Server database query performance? How can I measure the performance impact ? Answer: There is a… Read More
2020-03-30 10:42
Question: How can I find a list of AD groups with a specific search filter on the name column. ?   In this case I want to find all AD groups in the default OU group with a search s… Read More
2020-03-25 15:02
Creating a Credential Object  is useful when you require to pass a username and password through Powershell commands. You might see Credential used in various Powershell cmdlets - such… Read More
2020-03-02 17:04
If you're troubleshooting SQL Server query errors , you'll already know Extended Events are highly useful and very effective method to capture SQL Server errors. To use the script you'll nee… Read More
2020-02-25 14:23
I've started working with Docker platform and managing SQL Server Containers. This list are some of the commands I execute most often when using Docker and Containers.  --Pull down a c… Read More
2020-02-03 10:21
Question: I'm trying to send an email with multiple recipients in Powershell, and getting an exception  error message: Exception calling "Add" with "1" argument(s): "An invalid characte… Read More
2020-01-24 07:59
Question: What is the limit on SQL Server Maximum Columns per table?  I have a very wide Excel worksheet and want to migrate the data to a SQL Server table - where we can then manage th… Read More
2020-01-22 09:42
Question: I had a question from a developer who was troubleshooting an application to SQL Server connection via a DSN using ODBC. They wanted the SQL Server ODBC Driver names and platform (3… Read More
2020-01-13 15:43
Question: I'm trying to understand for educational purposes , what are the exact steps the SQL Server Backup is taking to progress through a SQL Server backup. Is there a way or method to tr… Read More
2019-11-25 17:04
Question: I'm in the process of creating a Powershell form . As part of the Powershell form there are various objects - such as textbox , labels, buttons.  As part of the programming lo… Read More
2019-11-04 11:02
Question: Currently when I execute the sql code - SELECT CURRENT_USER , the return is my login name . I'd like to change the result to display dbo , as there are a number of application code… Read More
2019-09-25 14:47
Question: How can I use Powershell to list out Windows users? Are there Powershell cmdlets which can report on Windows users ? Answer: There are "out of the box" Powershell cmdlets which wil… Read More
2019-05-22 11:11
Question: How can I DELETE using OPENQUERY?   Normally for a SELECT from OPENQUERY , I'll do something like : SELECT col1 ,col2  FROM OPENQUERY (MY_LINKED_SERVER,'SELECT col1… Read More
2019-05-15 09:57
Method 1 : Query sys.dm_os_windows  SELECT windows_release, windows_service_pack_level, windows_sku, os_language_version FROM sys.dm_os_windows_info; Method 2 : Use xp_cmdshell … Read More
2019-03-07 13:03
Question: I'm currently building a script to return all SQL Servers in the environment . As part of the recordset I need to return the aggregated free space for the drives on the server. So… Read More

Share the post

SQLSERVER-DBA.com

×

Subscribe to Sqlserver-dba.com

Get updates delivered right to your inbox!

Thank you for your subscription

×