| bio | website | sqlsalt.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 10 months |
| seen | 3 hours ago | |
| stats | profile views | 405 |
SQL Server Premier Field Engineer at Microsoft.
Twitter: @SQLife
Blog: http://sqlsalt.com
Email: sqlsalt [at] outlook [dot] com
Disclaimer
The views expressed on my posts on this site are mine alone and do not reflect the views of my company. All posts of mine are provided "AS IS" with no warranties, and confers no rights.
The following disclaimer applies to all code, scripts and demos available on my posts:
This Sample Code is provided for the purpose of illustration only and is not intended to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and distribute the object code form of the Sample Code, provided that You agree: (i) to not use Our name, logo, or trademarks to market Your software product in which the Sample Code is embedded; (ii) to include a valid copyright notice on Your software product in which the Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise or result from the use or distribution of the Sample Code.
|
1d |
awarded | Revival |
|
1d |
comment |
Re enable Windows Authentication Reference: msdn.microsoft.com/en-us/library/dd207004.aspx/css |
|
1d |
comment |
Re enable Windows Authentication Ok. If you are a local administrator on the machine, start SQL Server in single user mode (-m) and connect to reset the sa password. |
|
1d |
revised |
Re enable Windows Authentication edited title |
|
1d |
comment |
Re enable Windows Authentication What do you mean, Windows Authentication was disabled? In SQL Server, you have two options for authentication: Windows Auth or Windows and SQL Auth. |
|
2d |
revised |
Running the following query within a scheduled job added 79 characters in body |
|
2d |
revised |
The Login is from an untrusted domain - domain setup with computer level login edited title |
|
2d |
answered | Table partitioning filegroup |
|
May 15 |
comment |
Running the following query within a scheduled job @Vince There's actually a pretty good example of this on TechNet. See this link all the way at the bottom titled Sending an HTML e-mail message (technet.microsoft.com/en-us/library/ms190307.aspx). |
|
May 15 |
answered | Running the following query within a scheduled job |
|
May 15 |
comment |
Running the following query within a scheduled job The query by itself is just fine. Can you post the actual scripted command you are using to create the job as well as the mail send command? My guess is you're having quoting issues. |
|
May 15 |
revised |
Running the following query within a scheduled job added 45 characters in body |
|
May 15 |
revised |
Suspended in index rebuild added 86 characters in body |
|
May 15 |
answered | Suspended in index rebuild |
|
May 15 |
comment |
sa password changes automatically, a while after I set it blank? That's a named pipes error. And, I'll stress like those commenting before me: that is a terrible practice to have a blank sa password. That's about as egregious as it gets for security vulnerabilities. |
|
May 13 |
awarded | Caucus |
|
May 11 |
comment |
SQL Server - restore database with zero size log file +1 this is the right answer. |
|
May 10 |
comment |
Concurrent Access causing deadlock on the same table Agreed with @StrayCatDBA. We need the entire deadlock graph, there isn't enough information to determine root cause. |
|
May 7 |
revised |
Selective Xml Indexing edited title |
|
May 7 |
answered | Is it possible to validate DML statements? |