Viewing 15 posts - 16 through 30 (of 57 total)
I've written some T-SQL that more or less does the same thing.
I use msdb.dbo.backupmediafamily joined with msdb.dbo.backupset as the basis for my code..
The 'type' column in backupset will tell you...
July 12, 2010 at 2:01 pm
Sounds like you have a case of orphaned users. Take a look through books online at the orphaned user topic, see if that helps you out.
July 12, 2010 at 10:19 am
I was able to address the problem I was having, but not resolve the growth issue.
I added a second physical file to tempdb, and was able to confirm that the...
June 28, 2010 at 11:45 am
I also tried changing the default size of tempdb, restarting SQL, and it did not take the new size. Also, a restart of the complete server had no impact.
When I...
June 28, 2010 at 7:27 am
It appears to not be set. Here is sp_helpdb for the tempdb database:
tempdev 1 f:\Program Files\Microsoft SQL Server\MSSQL\data\tempdb.mdf PRIMARY14144 KB Unlimited10%data only
templog 2 f:\Program Files\Microsoft SQL Server\MSSQL\data\templog.ldf NULL4672 KB Unlimited10%log...
June 25, 2010 at 2:34 pm
I find that most times I end up using a cursor, its because I'm doing something that would be better done via a regular program, like an emailer or some...
June 25, 2010 at 12:54 pm
I have always used service.msc to change the accounts for SQL 2000. I don't believe its any more scientific than that - just make sure that account has permission in...
June 25, 2010 at 11:38 am
If you create a macro within a spreadsheet and call it 'auto_open' it will run each time it is opened, but that would depend on how your spreadsheet gets created.
But...
June 21, 2010 at 3:12 pm
Ok, so I posted a little too soon:
For the server roles:
sp_helpsrvrolemember
And for the db roles:
sp_helprolemember
cheers, Mark
June 18, 2010 at 2:51 pm
Firstly, check if you can run the report your subscribing to correctly as yourself, interactively.
Secondly, make sure SQL agent is running, and if so, check the SQL agent job...
June 10, 2010 at 12:59 pm
Are there any events in the windows event log that correlate with this problem?
June 9, 2010 at 2:27 pm
For the purposes of your exercise, I think that would be fine. It can be changed later if needed.
In real life situations, this is a pretty important step. Many people...
June 8, 2010 at 2:59 pm
i'm a little confused by your reply. You said the services failed to install, however said the database engine installed correctly. I presume when you say 'Services' you mean 'Reporting...
June 8, 2010 at 2:23 pm
Generally speaking, the installation wizard is pretty good at telling you what you're missing in the way of software/configurations. The various problems I have encountered during installs have usually fixed...
June 8, 2010 at 12:48 pm
If I were you I would investigate the errors that occured during installation before going too much further.
June 8, 2010 at 11:35 am
Viewing 15 posts - 16 through 30 (of 57 total)