Viewing 15 posts - 61 through 75 (of 249 total)
I would think that building the index on compressed data would take a bit longer due to the compress/decompress (higher cpu utilization).
The queries against them should take a comparable amount...
June 4, 2012 at 3:35 pm
Try this out. http://msdn.microsoft.com/en-us/library/bb510489.aspx
May 31, 2012 at 3:42 pm
That completely depends on what you want SQL Server to do should it stop running for some reason. I have mine set to attempt to restart every time to...
May 31, 2012 at 2:36 pm
I agree. Formatting the display on the UI is the best way. It provides more flexibility than if you do the formatting in T-SQL.
Every visual development environment I...
May 10, 2012 at 3:34 pm
I am thinking you are accessing the server via SSMS from a different box than the one with SQL Server installed. If this is the case, you need to...
May 10, 2012 at 3:26 pm
It sounds as if someone made some changes to permissions on the domain account. One common issue is the domain account password expiring. If this is the case,...
May 10, 2012 at 3:20 pm
This is an SQL database server forum, not an operating system forum.
However, there are two Administrator groups. You could be only a member of a machine's Administrator group and...
May 10, 2012 at 3:15 pm
In SSMS, open the Properties page for the server. On the Security tab/screen, change Server authentication to SQL Server and Windows Authentication mode. Click OK, and then restart...
May 10, 2012 at 2:25 pm
This is an article that presents options that you can try.
http://msdn.microsoft.com/en-us/library/cc768544(v=sql.100).aspx
April 27, 2012 at 2:56 pm
That really depends upon the type of partitioning, and what the data is partitioned on.
I would assume that either access method would perform similar if the partitioning was done to...
April 23, 2012 at 10:49 am
It sounds like you may be having trouble with the DAC upgrade process. Here is a link that may help.
April 12, 2012 at 12:26 pm
How are you importing the data? If you use SSIS, you can set a value in place of the NULLs on the way through and not even worry about...
April 12, 2012 at 12:20 pm
That depends on how the filters work. If they create a T-SQL statement, you could create a varchar(max) column, or state a suitable size, and put the query in...
April 12, 2012 at 12:15 pm
Profiler is not available on the Express edition. If you have a Standard or Enterprise edition anywhere else on the network you can use the profiler provided with that.
April 12, 2012 at 12:09 pm
SQL 2008, right?
Don't elevate the user permissions. As you already know, the DBA's won't like it and a security audit will probably ding you for it.
Instead use EXECUTE AS...
April 12, 2012 at 11:52 am
Viewing 15 posts - 61 through 75 (of 249 total)