Setting the default file type for a new file in VS Code
Just a short post today. When you open a new file in VS Code (Using CTRL + N) it opens by...
2017-05-02 (first published: 2017-04-24)
811 reads
Just a short post today. When you open a new file in VS Code (Using CTRL + N) it opens by...
2017-05-02 (first published: 2017-04-24)
811 reads
So today I saw this tweet from Mathias in reply to Stefan and Amanda
That looks cool. Twitter in VS Code, one...
2017-04-28 (first published: 2017-04-19)
1,010 reads
Last week I was showing a co-worker some PowerShell code and he asked what the editor was that I was...
2017-04-13
472 reads
WARNING – Contains Orange and light-hearted photos
I have returned home from SQLBits 2017 The Disco Edition. I am exhausted, my...
2017-04-11
553 reads
There are times when DBA’s are required to export database user permissions to a file. This may be for a...
2017-04-10
2,365 reads
A good security practice is to backup our SQL Servers to a network share but not allow users to be...
2017-04-13 (first published: 2017-04-08)
1,379 reads
SQL Server uses identity columns to auto generate values, normally keys. When you create an identity column, it has a...
2017-04-07
564 reads
In my last post I showed Get-DbaLastGoodCheckDb from dbatools. This module is a community based project written by excellent, brilliant...
2017-04-06
532 reads
As good SQL Server DBA’s we want to ensure that our databases are regularly checked for consistency by running DBCC...
2017-04-05
650 reads
If your server collation is different to your database collation then you may find that you get an error similar...
2017-04-03
663 reads
By Brian Kelley
Here is a short emotional intelligence (EI) post for today, courtesy of Seth Godin....
By Steve Jones
I was recently trying to handle a simple task with a few AI tools...
A nightly load into sales_fact fails. Ask an orchestrating agent to break down the...
hi , our business partner is asking s4 sap api's for receivable info and...
I have a really stupid question... Is there an easy way to search for...
Comments posted to this topic are about the item How to Work with On-Premises...
The STRING_ESCAPE() function requires 2 parameters in SQL Server 2025. The first is a string of text and the second is the type of escape rules being used. What are the options for the second parameter?
See possible answers