Viewing 15 posts - 2,386 through 2,400 (of 7,168 total)
Jeff Moden (1/13/2013)
January 13, 2013 at 8:50 pm
2) page density below 75%- index Rebuild or Reorganize?
It depends on the fillfactor. If you chose 80% you may not want to perform maintenance if page density is at 75%.
January 13, 2013 at 3:43 pm
Yuri55 (1/6/2013)
just to summarize- for index maintenance we need to take into account both logical fragmentation and page density. Still have couple questions left:...
January 13, 2013 at 3:31 pm
I am unable to recreate the scenario, i.e. I am able to delete from remote tables referenced by 4-part naming using an IN with a temp table to achieve a...
January 13, 2013 at 3:17 pm
Security and risk mitigation have to be layered and the risk-to-benefit ratio for xp_cmdshell simply makes it a non-choice for me. I put SQLCLR objects with EXTERNAL_ACCESS and UNSAFE in...
January 13, 2013 at 2:22 pm
Assuming you mean the allocation unit size defined when you format a Windows drive then it will depend on the workload but 64 KB is usually a good place to...
January 13, 2013 at 1:57 pm
You can develop in and against production if you like but it is not recommend and typically will not bring you the best results in terms of releasing quality software...
January 13, 2013 at 1:32 pm
Could you please script out your Linked Server definition and post it here minus any sensitive information? Also, which MySQL driver, type and version, are you using?
January 13, 2013 at 1:20 pm
Jeff Moden (1/13/2013)
January 13, 2013 at 1:00 pm
Lynn Pettis (1/13/2013)
I know how to enable CLR. The problem with your solution comes in when you AREN"T allowed to use CLR. That is all I was saying.
No...
January 13, 2013 at 10:57 am
Lynn Pettis (1/13/2013)
Of course, using SQLCLR is also dependent on whether or not you are allowed to use it in your environment as well.
Naturally. It, like sys.xp_cmdshell, is disabled by...
January 13, 2013 at 10:36 am
Jay Pete (1/7/2013)
I want to rename the file on the base of query output in SSIS.
Example:
File name: report.txt
Query: Select MAX(Batchlog) from Account -- Query Output is 100
So, file name...
January 13, 2013 at 10:33 am
SQL Server already keeps track of this in the SQL Error Log. SQL Server adds an entry to the Error Log whenever a server configuration option changes.
What are you trying...
January 13, 2013 at 10:16 am
One of the many advantages of using the SQLCLR over xp_cmdshell for interacting with the file system is that if the user connected to SQL Server under Windows Authentication you...
January 13, 2013 at 10:14 am
Jacob Pressures (1/9/2013)
January 13, 2013 at 9:46 am
Viewing 15 posts - 2,386 through 2,400 (of 7,168 total)