Viewing 15 posts - 16 through 30 (of 159 total)
Thank you all for the quick replies.
@sqlguru - Okay. I'd like to view that aggregate data if I can. Mostly I'm curious what the wait type...
February 22, 2017 at 11:10 am
For anyone who comes along later, I wanted to let you know that I was able to fix it.
Here's what I had to do.
1) I needed to add the Clustered...
June 15, 2016 at 3:53 pm
kahmeal (9/28/2015)
The error...
March 13, 2016 at 8:42 pm
I have a similar issue and it is rather odd.
SQL Browser is running (check)
TCP/IP is enabled (check)
Port is statically configured to 1433 (check)
This is SQL 2012 Express that I'm trying...
February 1, 2016 at 11:02 pm
We don't really rename stuff. In the design phase the objects are named for what they are. This helps with references and joins later as well as knowing what the...
June 12, 2015 at 6:02 am
We use SQL Express for replicated databases used on a scaled out server platform. However, there has to be a "main" database in this architecture that has to be run...
February 27, 2015 at 6:24 am
Glad to hear you are refreshed.
The longest vacation that I have been blessed to take is 2 weeks. I can scarcely imagine what taking a 6 week break must be...
July 21, 2014 at 6:43 am
Ah, the curse of the Firewall.
Nice job!
October 29, 2013 at 8:11 am
Manic Star (10/24/2013)
"The rpc service is unavailable".
UAC is not likely to be the resolution.
Has this ever worked for you before today? I mean, you said it works from...
October 24, 2013 at 2:00 pm
Perhaps you don't have partitions?
It looks to me that you can complete page level compression for the whole table by doing this:
ALTER TABLE T1 REBUILD WITH (DATA_COMPRESSION = PAGE)
It's worth...
October 24, 2013 at 12:53 pm
This is a tough one. It would seem that your management team is looking for a tangible value on something that is intangible!
I would take the approach that your proposed...
May 10, 2013 at 6:40 am
Neeraj,
Thank you for the start, this has helped me a great deal.
So that anyone else can benefit, the code block that I am going to use looks like this:
SELECT databases.is_published,...
May 10, 2013 at 6:32 am
Interesting editorial.
I recall working someplace where physical security was thought to be an adequate means of hardening our servers to attack. That is, only authorized users could gain entry into...
April 1, 2013 at 7:08 am
Luis Cazares (9/6/2012)
Can you check the compatibility level of the database you're running the query on?
See? It's the simple things! :pinch:
Compatibility Level was set to 80 (SQL 2000). Changed it...
September 6, 2012 at 12:52 pm
Viewing 15 posts - 16 through 30 (of 159 total)