Viewing 15 posts - 2,476 through 2,490 (of 3,221 total)
below86 (3/27/2014)
March 27, 2014 at 8:02 am
Although there are differences in the various employment legal systems around the world, I think there is a world of difference between being made redundant (losing the job because the...
March 27, 2014 at 4:18 am
I have almost always left on good terms except once. Most people will want to do so even if it is through gritted teeth as sometimes friction develops in a...
March 27, 2014 at 3:29 am
Steve Jones - SSC Editor (3/26/2014)
Gary Varga (3/25/2014)
I use the connection colour option in SSMS. See 'Use custom color' and set up registered servers using the desired colours. I tend...
March 26, 2014 at 11:31 am
SQLRNNR (3/26/2014)
skanker (3/26/2014)
March 26, 2014 at 8:34 am
Like functional testing, documenting and performance testing I guess security was an afterthought too. Unprofessional.
March 26, 2014 at 3:47 am
n.arley.dealey (3/25/2014)
I’m not a DBA. In fact, it’s been a long time since I’ve been a developer, but learning the little aphorism above,...
March 25, 2014 at 12:38 pm
Have you tried:
$instanceNameList = invoke-Sqlcmd
-query
"SELECT [server_name] as Name
FROM [msdb].[dbo]
...
March 25, 2014 at 4:17 am
Manic Star (3/24/2014)
LSAdvantage (3/21/2014)
Manic Star (3/21/2014)
I accidentally scrambled production data in an effort to scramble DEV data once.
As...
March 25, 2014 at 4:01 am
I am not a DBA but it is a DBA horror story.
Working on a development project a long time ago in a company far, far away, the development team asked...
March 21, 2014 at 6:29 am
PHYData DBA (3/20/2014)
With at least four different offshores that demanded real copies of databases to use in the development...
March 21, 2014 at 4:55 am
Steve Jones - SSC Editor (3/20/2014)
Jim Youmans-439383 (3/20/2014)
March 21, 2014 at 4:26 am
Please forgive me going through each element as I am doing this for anyone who reads this post's thread.
1) Return all the files and directories in the directory "C:\Source Directory\"...
March 20, 2014 at 6:24 am
This might work:
Get-Items "C:\Source Directory\*.xml" | ForEach-Object {Convert-SqlServerInventoryClixmlToExcel.ps1 -FromPath $_.FullName}
March 20, 2014 at 5:18 am
I would expect that data professionals might want to ensure they understand how their data is being handled and secured
The above statement I wholeheartedly agree with.
just in case anyone asks
The...
March 20, 2014 at 2:47 am
Viewing 15 posts - 2,476 through 2,490 (of 3,221 total)