Viewing 15 posts - 2,386 through 2,400 (of 7,164 total)
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:...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2013 at 1:20 pm
Jeff Moden (1/13/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2013 at 10:14 am
Jacob Pressures (1/9/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2013 at 9:46 am
I am assuming this was your post on MSDN and it is now resolved:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2013 at 9:25 am
Here is a tutorial on how you might be able to capture the number of affected rows into a variable, depending on how your SQL Statement in your Execute SQL...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 13, 2013 at 9:19 am
Viewing 15 posts - 2,386 through 2,400 (of 7,164 total)