This query shows how to write a T-SQL statement that lists all numbers between 1 and 100 ordered, without use of any DATABASE table with only ONE select statement.
2012-02-20 (first published: 2011-12-31)
2,294 reads
Create a c:\servers.txt list of servers. No spaces or it wont work. Then copy the code into a ps1 file and edit the directroyfilename to show where you want the files to end up.
2012-02-17 (first published: 2012-01-23)
1,882 reads
Find drive, freespace, usedspace and percent free for all drives and mounted volumes.
2012-02-16 (first published: 2011-12-15)
830 reads
3 functions that implement the left (<<), right (>>) and unsigned right (>>>) shift operators, commonly found in C-style languages.
2012-02-15 (first published: 2011-12-30)
8,142 reads
A way to run a SQL command once sometime in the future.
2012-02-13 (first published: 2011-12-30)
1,720 reads
A simple example of using T-SQL and the Boomerang framework to create a data driven subscription.
2012-02-08 (first published: 2012-01-04)
1,950 reads
easy way to migrate DTS packages to another server
2012-02-07 (first published: 2011-12-15)
1,064 reads
How to maintain the Single row
tables
with out any coding,
2012-02-06 (first published: 2011-12-23)
1,570 reads
A conceptual proof for a google like search procedure
2012-02-02 (first published: 2012-01-20)
3,920 reads
find what's running and at which point it's currently up to!
2012-02-01 (first published: 2012-01-20)
2,220 reads