Viewing 15 posts - 121 through 135 (of 152 total)
Not too be picky but if your requirement of the other columns is not needed than what you ask can be accomplished really easy..
SELECT ServerName FROM InstanceTypes GROUP BY ServerName
I'm...
May 3, 2016 at 6:40 am
You can do this within SSIS. Its a populate SQL from variable, while the column names don't have to be the same I do believe the number and data...
May 3, 2016 at 6:30 am
Hi Fred,
First I want to say thanks for the dataset to work with
However
You should probably understand that you will get a lot more help if you set up the...
May 2, 2016 at 12:48 pm
Has it been this way for a year? I usually go back to my customers after a year with a usage report.
basically something like this
This is what you said...
April 29, 2016 at 6:29 am
Even though you invoke the maintenance plan as another user when it goes to interface with the file system it uses the SQL Server agent account.
To do this I would...
April 28, 2016 at 9:29 am
nadersam (3/29/2016)
GilaMonster (3/29/2016)
As for make everything varchar(8000), why? Is a person's first name going to be thousands of characters long? A city name? A company name?...
April 24, 2016 at 11:43 am
I can confirm I was able to failover from a 10.50.6529 version to a 10.50.6000 (sp3) version. I wouldn't recommend keeping the difference in versions but if you make...
April 24, 2016 at 11:34 am
I didn't even realize there were two sp at work here. What I normally do is use the GUI and then script it out which is what I showed...
April 22, 2016 at 12:03 pm
I should have said to add those parameters to yours in the addlinkserver so combine your parameters and the user parameters and try again.
April 22, 2016 at 11:31 am
GilaMonster (4/15/2016)
EamonSQL (4/14/2016)
For example, if select @@trancount returns 4 can I find out...
April 22, 2016 at 6:00 am
briancampbellmcad (4/21/2016)
I created a linked server object using:
EXEC sp_addlinkedserver
April 21, 2016 at 3:46 pm
Since I don't know anything about your environment Im going to ask several questions
1. Is the cluster heartbeat on a separate nic/vlan?
2. Is there blocking occurring on prod?
3....
April 17, 2016 at 4:51 pm
The quick answer is yes.
Google-Foo to the rescue.
Index Report:
http://www.sqlservergeeks.com/sql-server-engine-estimated-time-to-complete-online-index-operations/
Long Running Processes:
SQL Cant estimate an actual rebuild completion time so get current running time.
http://dba.stackexchange.com/questions/76375/check-progress-of-alter-index-reorganize-rebuild
Google-foo CHOP!
April 17, 2016 at 4:44 pm
Replication in 2008r2 is rock solid for me in my environment and we use it just for the purpose you are looking for, a read only copy for read only...
April 16, 2016 at 2:09 pm
My thought is t3.code4=1 is unique and therefore the count will never be more than the base table (t1) so I agree you can remove that left join for count...
April 15, 2016 at 1:58 pm
Viewing 15 posts - 121 through 135 (of 152 total)