Viewing 15 posts - 406 through 420 (of 872 total)
Nothing in the agent log, error log or job history? Is this a maintenance plan job or a custom procedure?
September 11, 2008 at 10:25 am
You can right click SQL Server Logs and go to configure.
But here is the command:
EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'NumErrorLogs', REG_DWORD, X
Where X is the amount of error logs kept before...
September 11, 2008 at 10:24 am
Wow, I really appreciate the information all.
So minus an export/import process and/or buying a driver/software, there is no way to opendatasource/linked server to a progress db from SSMS then eh?
September 10, 2008 at 8:21 am
Thanks guys, waited it out a bit, ran again, worked fine. Never seen that before.
Thanks
September 8, 2008 at 12:36 pm
Michael Earl (9/8/2008)
Still haven't had that coffee, huh?The alias is a good idea though.
haha yeah, I swear ... I'm slow on Mondays ... never been a coffee drinker though :(...
September 8, 2008 at 9:53 am
Ah ok, I see what you're saying ... yeah that works too. For now I just used an alias on the source server, but I think I'll take your route.
Thanks
September 8, 2008 at 9:26 am
Another oddity found ... joining the job_id from [xp_sqlagent_enum_jobs] to msdb.dbo.sysjobs results in some not matching up ... can't figure out why yet. About 90% or so of my entire...
September 8, 2008 at 9:25 am
I only have one server in the environment that runs on a different port (don't ask why). Anyways, I tried servername:port# and that doesn't work ... only way I can...
September 8, 2008 at 8:35 am
Yeah, a local insert into exec without opendatasource would work perfect... how did I not think about that. Jeez ... Mondays. Thanks man.
Now I gotta resolve a An INSERT EXEC...
September 8, 2008 at 7:41 am
That VBScript not work for you?
September 5, 2008 at 2:32 pm
Figured it out … I guess? Using the wizard, it doesn’t like temp tables, but as is in a dataset, it worked fine.
September 5, 2008 at 11:04 am
Thanks for the feedback MANU. Hopefully in the very near future this along with over 100 other very good DBA scripts/apps/utilities/etc. will be available online. I don't usually post my...
September 5, 2008 at 10:44 am
? It is a system stored procedure accessible from any database ... try xp_readerrorlog. You can also view the error logs through the management tree in SSMS or on the...
September 5, 2008 at 5:17 am
Well, be that as it may, the link does state that there is no upgrade support...
If you still can't find resolution, I'd say make a call to Microsoft.
September 4, 2008 at 8:11 pm
I know what you're talking about and I have also tried to find a solution for this ... it's a PITA when you have a very large table and don't...
September 4, 2008 at 2:37 pm
Viewing 15 posts - 406 through 420 (of 872 total)