Viewing 15 posts - 151 through 165 (of 1,536 total)
Bru Medishetty (2/7/2012)
February 7, 2012 at 3:56 pm
Also bear in mind that with most carriers you can actually email the SMS number directly (example for US T-Mobile customers you can email xxxxxxxxxx@tmomail.net which will send the SMS...
February 7, 2012 at 2:18 pm
You'd really have to test performance, but I certainly wouldn't use RAID0 anywhere in my infrastructure. Can you really afford for your data warehouse to be offline because a single...
February 7, 2012 at 2:16 pm
Can you run
select @@version
and paste the results so we can confirm the SQL version you are running?
February 7, 2012 at 2:13 pm
Just an additional thought. Depending on the version of SQL Server that you are running and the requirements around the data you may be able to run a mirror and...
February 7, 2012 at 2:08 pm
If you find yourself in the situation whereby you need to rebuild a disk to reset the starting offset you'll need to start by moving all of the databases on...
February 7, 2012 at 2:06 pm
With modern (last 18months) and the successful implementation of TRIM in SSDs I wouldn't worry too much about their lifespan.
SSDs provide excellent performance, however they are costly. I would...
January 31, 2012 at 10:25 am
kurtwest (1/19/2012)
January 23, 2012 at 10:48 am
Unfortunately you can't point DNS to a particular port, only to the server (which is where a load balancer would have come in handy). Although saying that you could specify...
January 19, 2012 at 9:24 am
Excellent idea!
In the past I've also run things through a load balancer and it shows the connection coming from there.
January 19, 2012 at 8:53 am
host_name from sys.dm_exec_sessions doesn't give you what you need?
January 19, 2012 at 8:41 am
The answer is || that much.
Truth be told there are no hard set values. It very much depends on what your server is doing, the number of queries that get...
January 18, 2012 at 10:19 pm
You only want to reindex tables less than 80% fragmented? What about those that are higher?
Honestly, rather then roll your own I would recommend checking out Michelle Ufford's reindexing script...
January 18, 2012 at 10:13 pm
Actually, the DB name can change, but you would have to update your connection string to support that.
The only thing I'd recommend is ensuring that your server listen on 1433.
btw...
January 18, 2012 at 3:20 pm
You can always check what IPs/Hosts are hitting your server using the DMVs.
For example:
SELECT dec.session_id ,
dec.net_transport ,
...
January 18, 2012 at 10:20 am
Viewing 15 posts - 151 through 165 (of 1,536 total)