Viewing 15 posts - 3,871 through 3,885 (of 6,397 total)
Might be a tough one to get all that in one product.
You could potentially use Dynamics AX or maybe NAV depending on the complete requirements.
Would deffinatly work with stock management.
IT...
August 28, 2012 at 5:28 am
Yes, lookup sp_attach_db in BOL or a search engine of your choice.
August 28, 2012 at 4:47 am
Well msdb.dbo.backupset wont help you as that is successfull backups. It is always good to say what you are trying to acheive first.
You will need to look through the...
August 28, 2012 at 4:34 am
You will need to provide more details that what you have posted already to get a query.
What is the goal? What do you want to see?
SELECT * FROM MSDB.dbo.BackupSet...
August 28, 2012 at 4:21 am
query msdb.dbo.backupset
August 28, 2012 at 4:15 am
It would seem that the data in the sheet is either unicode/non-unicode and the connection manager is saying its the other, or the data in the sheet is to big...
August 28, 2012 at 3:45 am
Please dont cross post.
All replies here http://www.sqlservercentral.com/Forums/Topic1350740-1292-1.aspx?Update=1
August 28, 2012 at 3:06 am
http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/ Chapter 4 - Memory Management
August 28, 2012 at 3:02 am
You can do this, 1 of two ways.
Either combine multiple chart layers on the same chart, 1 bar, 1 line, and set the filters up correctly in the chart to...
August 28, 2012 at 2:13 am
Delete the rdl.data files from within the solutions folder.
I also tried the change of the value to not cache files but it still does, this manual delete is the only...
August 28, 2012 at 2:11 am
Grant view definition on the schemas the developer is allowed to see or the database.
August 28, 2012 at 2:08 am
August 24, 2012 at 3:23 am
As H4K said, you could just leave the developers with BIDS and get them to develop reports in BIDS, ensure they work as intended, then they can give you the...
August 24, 2012 at 2:14 am
Viewing 15 posts - 3,871 through 3,885 (of 6,397 total)