Viewing 15 posts - 16 through 30 (of 31 total)
hi team,
i tried this powershell script to run in sql agent job but i cannot get it to work. it says " PowerShell is: 'Access to the path 'D:\BackupLogs' is...
March 19, 2013 at 1:50 am
thanks much Clare for your reply,
i came across this post http://www.sqlservercentral.com/articles/Security/65169/ and i'm reading it now. will let you know what happens.
again, thanks!!!
August 29, 2012 at 11:59 pm
i would suggest using Redgate's SQL Compare, its a great tool especially for this scenario where you need to run a batch of alter scripts. If you dont have this...
August 13, 2012 at 2:44 am
marlon.seton (8/13/2012)
August 13, 2012 at 2:39 am
i would suggest reporting services over https. its the same setup we have in my current organization.
July 18, 2012 at 8:51 pm
jim.drewe (7/18/2012)
July 18, 2012 at 8:45 pm
i forgot to paste the link! http://www.mssqltips.com/sqlservertutorial/205/creating-projects-and-solutions-with-ssis/ 🙂 🙂 🙂
July 18, 2012 at 8:40 pm
are you familiar with BIDS via MS Visual Studio? this comes installed with the SSMS when you select the BI Development studio during your SQL server installation.
heres a link that...
July 18, 2012 at 8:39 pm
i would suggest an SSIS package then schedule as you need it to run.
July 18, 2012 at 1:13 am
yep, this one worked well for me also. i did upgrading projects of our legacy systems from 200 to 2008 and this scripts were a big help. thanks much 🙂
July 17, 2012 at 2:01 am
its better if you cite the error message you are getting and a clear description of what your homework is trying to do. i said trying, not what you want...
July 15, 2012 at 10:11 pm
Trying to do something complex in an "All-in-one" query instead of using "Divide'n'Conquer" methods.
yup always do your stored procedures in chunks..its the best rule to go ..
July 9, 2012 at 4:34 am
ok i think i got it now :), it's because the whole thing is executed as a transaction and not as a statement. so the whole transaction was rolled back....
July 1, 2012 at 10:21 pm
i got this wrong, i read all your post but am not still sure i got it.
July 1, 2012 at 10:19 pm
am not sure you can upgrade sql 2000 directly to sql 2012. it has no compatibility level 80. but i believe you can upgrade your 2005 database though.
June 25, 2012 at 12:36 am
Viewing 15 posts - 16 through 30 (of 31 total)