Thank you!
I won’t be able to make it to the PASS Summit this year but I still consider myself part of...
2014-03-19
675 reads
I won’t be able to make it to the PASS Summit this year but I still consider myself part of...
2014-03-19
675 reads
True story: I worked in a computer lab many years ago and one day this guy (a grad student) checked...
2014-03-17
571 reads
Those people who are familiar with SQLCMD will recognize this command. It is used to connect to an instance from...
2014-03-13
1,434 reads
It is T-SQL Tuesday again and this month we are taking the road less traveled. Michael J Swart (b/t) has...
2014-03-11
1,288 reads
Warnings up front, this has some serious security implications. The method I’m going to use minimizes that somewhat but it’s...
2014-03-07 (first published: 2014-02-26)
2,515 reads
You can put pretty much any character you want into an object or schema name by enclosing the name in...
2014-03-05
721 reads
SQL Fiddle is a free website that you can use to demonstrate and save a query example in any one...
2014-03-03
2,993 reads
I recently saw an answer to this question on dba.stackexchange.com written by Martin Smith. It was probably one of the...
2014-02-24
1,094 reads
I feel like an old man opening a computer for the first time but I’ve finally signed up on twitter....
2014-02-20
503 reads
Not true. (Or I guess probably wouldn’t be posting about it would I?)
Probably the first thing I should point out...
2014-02-19 (first published: 2014-02-17)
2,616 reads
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
By DataOnWheels
Over the past few months, I have debated starting a new blog to discuss...
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
So folks we have around 30/40 sql server failover cluster insatnce with each having...
Hello, How to add a UNIX_TIMESTAMP at my publish_date please CREATE TABLE [dbo].[latest_info]( [id]...
hi, need to known weather fast farwand cursor is faster than a while loop...
I run this code on SQL Server 2022 to get a list of all the indexes and their key columns. What is returned?
SELECT
INDEX_COL (N'AdventureWorks2017.Sales.SalesOrderDetail') See possible answers