Viewing 15 posts - 241 through 255 (of 310 total)
Hi,
As Gail has suggested, please post your execution plan.
At first glance it would seem that your query could benifit from additional indexes being added to the tables involved in your...
March 11, 2009 at 6:26 am
No problemo Carl.
So if you execute the following script is the DAC endpoint specified to listen on a specific port?
select * from sys.tcp_endpoints
If the value is set to 0 then...
March 6, 2009 at 9:25 am
You may also find the following article useful on identifying the ports that your SQL Server Endpoints are using and also the rules that are used for each.
March 6, 2009 at 9:14 am
Hi Carl,
So you are attempting to use the DAC locally to SQL Server then?
You see the DAC will only permit local connections by default and so network connections are not...
March 6, 2009 at 8:56 am
Have you checked that the DAC is enabled on the SQL Server Configuration Manager?
March 6, 2009 at 8:37 am
Rather than creatining an additional transaction log backup, you should modify your log shipping configuration by increasing the frequency of the log backup job.
March 6, 2009 at 8:20 am
Hi Christina,
If I may answer on Adams behalf, it sounds as though you are attempting to open BIDS rather than a specific version of visual studio.
The Express version of Vidual...
March 5, 2009 at 7:57 am
Hi,
Typically the way to do this is to disable or alter the maintenance plan. The configuration process for log shipping will create and define a transaction log backup job (certainly...
February 25, 2009 at 9:24 am
Out if interest is your environment a clustered server configuration?
February 21, 2009 at 2:17 am
Hi,
I think you may be able to use the DMV sys.dm_exec_connections to get the information you require.
For example the following code will get the IP address of the current connection.
SELECT...
February 20, 2009 at 7:02 am
You're most welcome.
I would be interested to know how you get on and no doubt so too would others. If it's not too much trouble keep us posted.
Cheers,
February 20, 2009 at 6:34 am
If you wish to obscure data from a DBA then I would suggest using a CLR procedure to manage the encryption/decryption rather than a stored procedure implementation.
Provided the DBA does...
February 20, 2009 at 4:23 am
Yes, this also applies to log files.
The point to understand here is that the proportional fill only applies to files within the same Filegroup.
You may find the following reference useful...
February 20, 2009 at 4:19 am
Hi there,
Well, as I am sure you know there a numerous SQL Server technologies that provide availability solutions.
Which one you choose will depend on the requirements of your specific business...
February 20, 2009 at 1:32 am
All SSIS Tasks have basic instruction on their usage within SQL Server Books Online. Link included below for reference.
http://technet.microsoft.com/en-us/library/ms142165(SQL.90).aspx
Using a Send Mail Task is quite straighforward, you just need to...
February 19, 2009 at 10:19 am
Viewing 15 posts - 241 through 255 (of 310 total)