Viewing 15 posts - 196 through 210 (of 341 total)
You can do it all in a single package. You will have 12 execute SQL tasks and 12 data flow tasks (one for each table).
OR
Use a Foreach loop container with...
June 11, 2008 at 1:39 pm
KB (6/11/2008)
June 11, 2008 at 12:21 pm
Michael Valentine Jones (6/11/2008)
I do not believe that you can restore a SQL Server 2005 database backup to SQL Server 2000.
Not if it is a mode 90 database. My question...
June 11, 2008 at 12:19 pm
I was able to stop/restart the service without having to power cycle the server. The server, from an OS standpoint, looked like it was idle. Of course, I don't know...
June 11, 2008 at 10:17 am
I don't think you can encrypt the connection string in an older ASP application. I just spent the last 20 minutes searching for information on doing this and all of...
June 11, 2008 at 10:12 am
Before you start this project, be sure to run the upgrade advisor. It will look at your existing 2000 databases and point out the obvious errors or potential problems that...
June 11, 2008 at 8:19 am
June 10, 2008 at 11:29 am
If you will send me a private message with your number, I'll try it from here.
June 10, 2008 at 10:18 am
I just ran the following and got a successful message to my phone:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'Default',
@recipients = '[my number here]@mms.att.net',
...
June 10, 2008 at 10:02 am
steve.dowie (6/10/2008)
DECLARE @ServerName varchar (100)
declare @body1 nvarchar(100)
SET @ServerName = @@servername
set @body1 = N'test'
EXEC msdb.dbo.sp_send_dbmail @recipients =...
June 10, 2008 at 9:48 am
Since SMS is purely text, the HTML version coming up blank makes sense. The phone wouldn't know what to do with what you sent. For the non-HTML message, make sure...
June 10, 2008 at 9:33 am
Hmmm... That makes sense. So, if we trust who has access, sounds like we need to go and slap the developers around a bit... 😀
When I wrote my...
June 10, 2008 at 8:59 am
I understand it is not controlled code but don't we control access to the server in the first place? If we don't trust the person with the access to run...
June 10, 2008 at 8:43 am
Viewing 15 posts - 196 through 210 (of 341 total)