Viewing 15 posts - 316 through 330 (of 1,138 total)
Well Mel sounds like you got rid of the sisters, how about the rest of the village/town/city 😛
October 9, 2009 at 8:19 am
can you post the execution plan for the query, if you need help in doing that, check the links in my signature at the bottom of this post.
October 9, 2009 at 8:13 am
Yep , not impressed, especially if my partner saw these emails. if i wanted messages like these i would have joined an adult dating site.
October 9, 2009 at 7:22 am
I am assuming that you mean the service account that sql server runs under. if that is the case you can do that using enterprise manager.
October 9, 2009 at 5:35 am
sql_lock (10/9/2009)
ALTER DATABASE [DBNAME] SET EMERGENCY;
GO
ALTER DATABASE [DBNAME] SET SINGLE_USER;
GO
DBCC CHECKDB ([DBNAME], REPAIR_ALLOW_DATA_LOSS) WITH NO_INFOMSGS;
GO
Then check the status
SELECT state_desc...
October 9, 2009 at 5:30 am
Oh I dont know, there is that guy from italy ya know, name is erm Olgi perhaps he could go for it.:-P
October 9, 2009 at 5:23 am
Brad Allison (10/9/2009)
October 9, 2009 at 5:15 am
VALEK (10/9/2009)
They are very tight on budget, try to be productive, focused and specialised, unlike government orgs...
October 9, 2009 at 5:13 am
Only think I would add, is that you if you are doing a full backup every day and tran log backups every 3 hours, you could be looking at more...
October 9, 2009 at 4:10 am
As mentioned in previous post, using the sample databases will help you more than generating your own databases. work with the tutorials that are in place for the adventureworks databases...
October 9, 2009 at 3:18 am
Chan Wai Yin (10/9/2009)
Thank you for reply. Our goal is to make 3 databases on 3 different servers can synchronize with each other when any one of the server is...
October 9, 2009 at 3:13 am
namnl (10/9/2009)
I used SQL server 2005, my software logged in database by special user.
Special user?, I am assuming you mean a sql login, what is the OS of the machine...
October 9, 2009 at 2:56 am
namnl (10/8/2009)
I bought software for customer and this software require local database.
So, i set up database in...
October 9, 2009 at 2:13 am
venki_1276 (10/8/2009)
Than'Q for your response,I need to learn SSRS.
Try these links
http://www.accelebrate.com/sql_training/ssrs_tutorial.htm
http://msdn.microsoft.com/en-us/library/ms170246(SQL.90).aspx
October 9, 2009 at 2:09 am
Viewing 15 posts - 316 through 330 (of 1,138 total)