Viewing 15 posts - 211 through 225 (of 708 total)
SAN replication of SQL Server database files is often just a way to spend money and corrupt databases. Way more people will promise a working solution than deliver one. SQL...
October 24, 2017 at 2:37 pm
I've seen that error when a bug with storage device has taken some sort of lock on a segment of data (as small as 32kb in some cases) and won't...
October 11, 2017 at 10:33 pm
August 26, 2017 at 2:29 pm
We do have good backups of the database and Full recovery...
August 18, 2017 at 8:29 pm
If you're installing SQL Server, and not renting an image with it installed and licensed or paying to access a managed instance, then you bring your own licenses.
If...
August 7, 2017 at 7:13 pm
August 7, 2017 at 7:06 pm
Short answer:
To get the results you seek, replace the body of your stored procedure with a single step to update the value in the table and assign...
July 5, 2017 at 10:49 am
Are you logging in with a SQL Server login or are you using Windows Authentication? If you are using a SQL Server login (which would throw the error you're seeing...
April 20, 2017 at 9:14 pm
sqlrob - Sunday, March 19, 2017 10:37 PMSample Blocking capture..
Thanks for that image, the details raise...
March 20, 2017 at 1:03 am
March 19, 2017 at 7:46 pm
USE...March 19, 2017 at 7:19 pm
I changed the max...
March 9, 2017 at 10:01 pm
You've basically hand-coded a DENSE_RANK() ... WHERE MAX(<DENSE_RANK() value>) = 2. The sample data will help roll a query to test, but you'll likely find a similar query plan with...
March 2, 2017 at 8:28 pm
Just treat the href value as an attribute of the <a/> element, instead of turning the entire element into a string:DECLARE
@URL varchar(100),
@GetData nvarchar(MAX)
SET @URL...
March 1, 2017 at 7:15 pm
We have a table that stores ~3 billion rows with...
February 27, 2017 at 7:26 pm
Viewing 15 posts - 211 through 225 (of 708 total)