Viewing 15 posts - 1 through 15 (of 17 total)
Emil Bialobrzeski (2/6/2015)
@ECHO OFF
SET SQLCMD="C:\Program Files\Microsoft SQL Server\100\Tools\Binn\SQLCMD.EXE"
SET PATH="C:\path\to\sql\files\"
SET SERVER="Server\Instance"
SET DB="Database"
SET LOGIN="sa"
SET...
February 6, 2015 at 2:15 am
Sreepathi1987 (1/29/2015)
February 2, 2015 at 5:58 am
I think this will help you, please gone through the link.
http://stackoverflow.com/questions/19688697/mssql-dynamic-pivot-column-values-to-column-header
January 18, 2015 at 10:37 pm
Easy One. 🙂
But i think it is rather unusual, tempdb is completely wiped out whenever the SQL Server service restarts. Yes or No?
July 21, 2014 at 1:10 am
Viewing 15 posts - 1 through 15 (of 17 total)