Viewing 15 posts - 196 through 210 (of 1,536 total)
1and1 also do Sharepoint hosting 1and1 Sharepoint
April 22, 2010 at 9:08 pm
If the need is there I have 5 hours a week I can provide.
April 21, 2010 at 9:47 pm
Some of the RSS work and others don't, seems to be very random. Also I've seen delays of a couple of hours before items show up in the feed.
April 13, 2010 at 8:46 pm
Filesteam datatypes only work on the local system, you'll not be able to use a samba share.
April 10, 2010 at 11:51 pm
Here's some activex that we use to check for a file and depending upon whether or not it exists you choose a different workflow, this can be used for looping
'**********************************************************************
'...
April 7, 2010 at 4:26 pm
I have a loop which performs a file check, if the file does not exist it goes back to sleep for 10 minutes and then tries again. Once the file...
April 6, 2010 at 7:54 pm
CirquedeSQLeil (4/6/2010)
Kit G (4/6/2010)
April 6, 2010 at 7:48 pm
I use a trigger on the sysjobhistory table.
It sends emails to different people depending upon the job and it's completion.
April 1, 2010 at 8:31 pm
So on the Protocol tab you have
-Enabled Yes
-Keep Alive 30000 (example value)
-Listen All Yes
Have you changed the values under IPAll and set
-TCP Dynamic Ports to nothing (leave blank)
-TCP Port...
April 1, 2010 at 3:57 pm
CirquedeSQLeil (4/1/2010)
It also looks like you are still using port 1533 - thus it is still a static port configuration.
Here is an...
April 1, 2010 at 3:34 pm
How about your client? Checked to make sure that's attempting to use TCP/IP?
April 1, 2010 at 10:22 am
Just a note with native compression, make sure that you are running SP1 or greater. There was a bug that would cause the backup process to sit in a hung...
March 31, 2010 at 10:13 pm
The error you've posted states that you aren't able to connect with named pipes, can you check that you have SQL listening on TCP/IP?
March 31, 2010 at 10:03 pm
Take a look at this best practices article from the SQLCat team out on MSDN http://msdn.microsoft.com/en-us/library/dd894051.aspx. It's got some really in depth information and a graph that shows the difference...
March 25, 2010 at 2:51 pm
As Shawn pointed out, you need to declare the variable before you can use it
DECLARE @message varchar(255)
set @message = 'Enjoy a wonderful Spring break!';
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'yourProfile',
@recipients = 'GemMine@gmail.com', --...
March 25, 2010 at 1:35 pm
Viewing 15 posts - 196 through 210 (of 1,536 total)