Viewing 15 posts - 166 through 180 (of 1,169 total)
Hard to believe that such a functionality exists.
Your way is just fine, you're keeping the aliases for the columns set up from all users and then use them. Very user-customized....
June 1, 2016 at 2:30 am
Why do you choose the harder way? You have that in SSMS: right click on a database - > tasks -> generate scripts and then you have the many options...
June 1, 2016 at 1:42 am
Alan.B (5/31/2016)
CREATE TABLE Mytest (id INT, x XML)
INSERT mytest
VALUES
(1, CAST('1200' AS XML))
...
June 1, 2016 at 1:38 am
Orlando Colamatteo (3/1/2013)
Sounds like a bug in SMO.
Agree with this.
I think I had that problem with SSMS 2008R2 and had to upgrade with the next CU in order to overpass...
May 31, 2016 at 4:16 pm
Isn't the number of rows restricted in query designers?
May 31, 2016 at 4:13 pm
You can just download the latest CU and upgrade with it.
May 31, 2016 at 4:11 pm
I run your script on sql server 2014 and 2016 instances and it doesn't return any results.
May 31, 2016 at 3:55 pm
Perry Whittle (5/31/2016)
Igor Micev (5/31/2016)
Grant Fritchey (5/31/2016)
TheSQLGuru (5/31/2016)
Igor Micev (5/31/2016)
My experience with SSDs on a write-intensive instance was very bad. The SSDs went out for 2 months.
What SSDs did you...
May 31, 2016 at 3:41 pm
TheSQLGuru (5/31/2016)
$3K is a lot of money for a 128GB SSD. I suppose you could have burned it out with writes, but a few months really isn't very long.
I was...
May 31, 2016 at 1:43 pm
TheSQLGuru (5/31/2016)
Igor Micev (5/31/2016)
Grant Fritchey (5/31/2016)
TheSQLGuru (5/31/2016)
Igor Micev (5/31/2016)
My experience with SSDs on a write-intensive instance was very bad. The SSDs went out for 2 months.
What SSDs did you have?...
May 31, 2016 at 10:46 am
Grant Fritchey (5/31/2016)
TheSQLGuru (5/31/2016)
Igor Micev (5/31/2016)
My experience with SSDs on a write-intensive instance was very bad. The SSDs went out for 2 months.
What SSDs did you have? What was very...
May 31, 2016 at 9:49 am
My experience with SSDs on a write-intensive instance was very bad. The SSDs went out for 2 months.
May 31, 2016 at 5:05 am
frederico_fonseca (4/27/2016)
1 - VM setup seems to indicate an issue if performance of HD's is that bad compared to the physical.
What is the...
April 28, 2016 at 1:43 am
Hi friends,
I'm coming back to this thread after investigating the issue with sys admin guys. I checked the settings Grant asked, and they are all identical.
Thanks for the initial replies.
The...
April 26, 2016 at 7:21 pm
Grant Fritchey (4/6/2016)
April 6, 2016 at 8:03 am
Viewing 15 posts - 166 through 180 (of 1,169 total)