Viewing 15 posts - 721 through 735 (of 972 total)
K. Brian Kelley (10/20/2009)
What would probably be better is if you wrote an article or blogged about it. That would make it more accessible.
On top of that this is posted...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 12, 2010 at 8:00 am
Krasavita (4/8/2010)
I found in sql server logs someone ran backup, how can I check who is the user?Thank you
Check for the event to show up in the Window Application Event...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 9, 2010 at 9:13 am
Joy Smith San (4/7/2010)
"SQL SERVER lies between ORACLE and MS-ACCESS" (in terms of the amount of data it can handle mainly).
http://www.brentozar.com/archive/2010/02/top-10-reasons-why-access-still-doesnt-rock/%5B/url%5D
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 8, 2010 at 7:59 am
Main thing I have read (and I work with Oracle people) is that some features "built into" SQL are built in to Oracle, if you buy them first 🙂
http://itknowledgeexchange.techtarget.com/sql-server/sql-2008-r2-is-pricy-but-so-is-that-other-database/%5B/url%5D
This article...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 8, 2010 at 7:52 am
You can check the SQL Error Log and Windows Application event log to get more information on why the step is failing
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 8, 2010 at 7:16 am
In order to get an ASAP help, you will need to give a bit more information.
What does the application do? What are the errors before and after...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 8, 2010 at 6:40 am
I had a website that I maintained (after it was written) that included postal code look-up for nearest Liquor Store (no jokes now:-P). He used Google Maps API to...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 8, 2010 at 6:34 am
http://mangalpardeshi.blogspot.com/2009/03/script-all-store-procedures-in-database.html
Good blog post on it...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 7, 2010 at 11:34 am
Not that I am prompting Access...:-D
I would be prone to actually do this from within Access, unless you are wanting to automate it. If you want it automated then...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 7, 2010 at 11:30 am
Jason Shadonix (4/7/2010)
Not that it matters since you are If you are overriding it in your backup statement, but if you are wanting to default the compression setting, I think...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 7, 2010 at 11:25 am
You want this procedure created in SQL or Access?
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 7, 2010 at 9:37 am
(Note: have not read through every page of this post...so apologies if this may have been mentioned or asked)
I am fixing to start using compression on backups of SharePoint content...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 7, 2010 at 8:34 am
You will have to go through the script and adjust those parts that reference objects or commands that are not supported in SQL Server 2005.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 6, 2010 at 9:51 am
mathomp3 (4/6/2010)
Everything seems to run just fine. I get the script file and with data scripted we are talking about 3.5 gig file.
Do it separately then. First script...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 6, 2010 at 9:37 am
Backing databases straight to a network share is not recommended. It is better to backup local and then move the backup file. There are numerous options you can...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
April 6, 2010 at 8:59 am
Viewing 15 posts - 721 through 735 (of 972 total)