SQLSaturday #14 in Pensacola Update
Karla just emailed that the schedule is set, details at http://www.sqlsaturday.com/schedule.aspx, but to save you time here are the speakers...
2009-04-21
618 reads
Karla just emailed that the schedule is set, details at http://www.sqlsaturday.com/schedule.aspx, but to save you time here are the speakers...
2009-04-21
618 reads
Tom has been doing a series of interviews on his blog lately and I ended up on the list. Interviewing...
2009-04-20
517 reads
I've written a few posts in the past about time management, and thought I'd post an update with some lessons...
2009-04-20
586 reads
Blogging is both more fun and harder than it looks, so when someone is getting started I try to offer...
2009-04-20
541 reads
I've written quite a few posts lately on networking and a very common question is - where's the results? What do...
2009-04-19
972 reads
If you've never looked at one of these they are compilations of some of the best/most popular articles since the...
2009-04-16
532 reads
A week or so ago I posted a note about reading How to Start a Conversation and Make Friends (worth...
2009-04-15
379 reads
I just had a call with John Baldwin who is leading the effort in Birmingham and there plenty of action...
2009-04-15
300 reads
I happen to notice this in a class recently that I had the rare student - one that could take notes...
2009-04-14
390 reads
I currently write the editorial for the PASS Connector which is published every two weeks as part of my role...
2009-04-13
288 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