Viewing 15 posts - 3,661 through 3,675 (of 4,272 total)
I too agree with Jack, SQL Express is basically the same as SQL Standard, except Express is crippled. If you have it available there really are no downsides..
CEWII
September 8, 2009 at 11:51 am
Before I answer I want to ask you a question of my own. Why do they have to exist as files, do they change a lot, why wouldn't you...
September 8, 2009 at 11:48 am
Silverfox (9/8/2009)
Elliott W (9/8/2009)
September 8, 2009 at 11:43 am
IF you have an SSH utility you can reference it directly with the Execute Process Task in SSIS. I see no reason to go through xp_cmdshell. You can...
September 8, 2009 at 11:41 am
As long as you only install the client and development tools (ie: not SQL Server, SSIS, SSRS, SSAS) then you are probably clean. BIDS doesn't require SSIS locally to...
September 8, 2009 at 11:31 am
I was thinking IPADDRESS,PORT
Can't remember..
CEWII
September 8, 2009 at 8:29 am
Are you referencing it by the right InstanceName?
CEWII
September 8, 2009 at 8:26 am
If you already have a job then I think the command in SQL 7/2000 is EXEC msdb.dbo.sp_addjobschedule (or something close to that)..
Not sure if that is what you are looking...
September 7, 2009 at 7:07 am
You probably need to radically up the maximum entries and the maximum entries per job.. Depending on how often your jobs run you might need to set these rather...
September 7, 2009 at 7:06 am
There's a whole lot of questions here..
1. Is SQL Sending these emails?
2. Do you expect SQL to go out to the POP3/Exchange and get the emails?
3. What is the purpose...
September 7, 2009 at 7:03 am
Not sure how to get around that on the restore. I do have a different thought. You could build a little Virtual Machine if you have the software...
September 7, 2009 at 6:58 am
How is the destination in your dataflow defined, does the last couple words in it read something like Fast Load? If not could you goto the destination and screen...
September 7, 2009 at 6:53 am
Local temp tables have always been tricky because of context. Do you have two references to the same server? Do you create the table in one and then...
September 7, 2009 at 6:50 am
Well first you need a zip component. You can try:
http://taskunzip.codeplex.com/
You can also accomplish it with SharpZipLib, 7zSharp, or SevenZipSharp libraries on CodePlex. You would probably need to add...
September 7, 2009 at 6:46 am
Well since you are already using xp_cmdshell you could use the query that gets to results and pass it to ISQL (since you are using SQL 7 or 2000). ...
September 7, 2009 at 6:36 am
Viewing 15 posts - 3,661 through 3,675 (of 4,272 total)