Viewing 15 posts - 91 through 105 (of 496 total)
Curious to see the disconnect -- yep, there doesn't seem to be any way someone with that resume would have that much problem writing an INSERT/SELECT.
April 14, 2016 at 1:20 pm
Grant Fritchey (4/13/2016)
However, let's say Staging is really Staging, a place to validate deployments prior to production. Then no. I wouldn't have backups at...
April 14, 2016 at 12:16 pm
Phil Parkin (4/14/2016)
Steve Jones - SSC Editor (4/14/2016)
Maybe some of you should write some questions to help people learn...
April 14, 2016 at 12:12 pm
Are you installing the SQL as a standalone instance, or as a failover cluster secondary node? The error sounds like the latter, but you should be doing the former.
April 14, 2016 at 12:09 pm
Right, so does that make the basic password more secure? SQL Auth is not what I would call the most secure way to authenticate, and I was curious if...
April 13, 2016 at 12:50 pm
Hmm... does that mean that they more strongly encrypt the SQL 2014 password? What is different there?
April 13, 2016 at 12:11 pm
Manic Star (4/13/2016)
Ed Wagner (4/13/2016)
ThomasRushton (4/13/2016)
jeff.mason (4/13/2016)
Revenant (4/13/2016)
Hugo Kornelis (4/13/2016)
djj (4/13/2016)
crookj (4/13/2016)
Hugo Kornelis (4/13/2016)
Ed Wagner (4/13/2016)
Grumpy DBA (4/12/2016)
crookj (4/12/2016)
BaggerVance
Lance
Carrier
Kitty Hawk
Wright
Rong
China
Grove
Dictionary
(of Music & Musicians...)
Thesaurus
Stegosaurus
Jurassic
April 13, 2016 at 11:30 am
I have never seen a better way of moving SQL Auth logins than sp_help_revlogin. I always go straight to that and it never fails.
April 13, 2016 at 11:20 am
Is there any chance that the third party EXE is asking for user input? The behavior you describe will happen if you use xp_cmdshell to run a task where...
April 13, 2016 at 11:16 am
Grant Fritchey (4/13/2016)
nhansen pcc (4/12/2016)
If I do just a log backup in a timed job, and then restore a...
April 13, 2016 at 11:10 am
Revenant (4/13/2016)
Hugo Kornelis (4/13/2016)
djj (4/13/2016)
crookj (4/13/2016)
Hugo Kornelis (4/13/2016)
Ed Wagner (4/13/2016)
Grumpy DBA (4/12/2016)
crookj (4/12/2016)
BaggerVance
Lance
Carrier
Kitty Hawk
Wright
Rong
China
Grove
April 13, 2016 at 9:43 am
There is no one answer to that question but "it depends". Does your app team need to be able to recover its testing to a point in time? ...
April 13, 2016 at 9:39 am
Never never never manage AGs from Failover Cluster Administrator. Only in SSMS should you manage them.
April 13, 2016 at 9:26 am
Availability groups have no inherent connection to failover clusters. The most common pattern I know of for installation is to do two standalone installs of SQL on two nodes....
April 13, 2016 at 7:32 am
Again this is normal. There is a separate SSMS Express install. SSMS is not installed with SQL Express.
April 12, 2016 at 1:39 pm
Viewing 15 posts - 91 through 105 (of 496 total)