2009-12-17 (first published: 2008-07-13)
1,858 reads
2009-12-17 (first published: 2008-07-13)
1,858 reads
This script will synchronize all stored procedures between two servers, using spSynchStoredProcedure.
2009-12-15 (first published: 2009-11-26)
2,201 reads
2009-12-14 (first published: 2007-10-19)
1,359 reads
Use this stored procedure to synchronize source code of a stored procedure between two servers.
2009-12-11 (first published: 2009-11-26)
2,013 reads
2009-12-09 (first published: 2009-11-18)
2,085 reads
2009-12-07 (first published: 2009-11-12)
3,090 reads
Generate stored procedure parameter list based on table, useful when creating new SPs on tables with lots of columns.
2009-12-04 (first published: 2009-11-10)
2,050 reads
2009-12-02 (first published: 2009-11-11)
875 reads
Returns the First or last day date of the month for a given date.
2009-12-01 (first published: 2009-11-11)
2,864 reads
Replacement script for usp_ShrinkDBLogs, updates for SQL 2008 deprecating the WITH TRUNCATE_ONLY method.
2009-11-27 (first published: 2009-10-30)
983 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Comments posted to this topic are about the item The New World Of AI...
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers