Trim Functions in SSIS
In T-SQL there are many functions there to help do a variety of different things. SSIS is no different. In...
2012-03-23
2,015 reads
In T-SQL there are many functions there to help do a variety of different things. SSIS is no different. In...
2012-03-23
2,015 reads
When you run something from the start menu or in a Windows command prompt, you type the program name to...
2012-03-22
1,858 reads
Event ID 7026 and i8042prt is a recurring error in the Windows Event Logs. I usually see this error on...
2012-03-22
7,299 reads
OR
How do you allow non-administrator to use xp_cmdshell ?
From the day I started working with SQL server, I have heard
about...
2012-03-22
4,552 reads
Are you ready for the round-up of last week’s #meme15 Facebook question?
In total, there were eight participants in this month’s...
2012-03-22
1,016 reads
For sql server 2005 and above, When you take a full backup of the FULL recovered database and try to...
2012-03-22
692 reads
The last step in our campaign to rid the world of maintenance plans deals with housekeeping: the history cleanup step....
2012-03-22
993 reads
2012-03-22
4 reads
In part 5 will install SQL Server 2012 on 3 Windows Server 8 VM’s using GUI and unattended installation to...
2012-03-22
1,119 reads
2012-03-22
16 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