Viewing 15 posts - 1,606 through 1,620 (of 4,745 total)
the only other thing you might want to do is the upgrade will create schema for each SQL account and set that as its default schema. As most SQL2000 dbs...
July 19, 2011 at 4:01 pm
good stuff, thanks for posting back
July 19, 2011 at 3:33 pm
Perry Whittle (7/19/2011)
jpSQLDude (7/19/2011)
george sibbald (7/19/2011)
yesThanks! Care to share how?
open reporting services configuration manager and when setting the SSRS instance details a set of database connection options are there, simply...
July 19, 2011 at 8:06 am
if you are just after a rowcount then
sp_spaceused after a dbcc updateusage,
rowcnt in sysindexes where indid = 0 or 1,
a max value if you know you have...
July 19, 2011 at 7:34 am
sorry thought you meant test centres, which prometric is for when you want to take the exams.
Prometric often seem to use QA training centres.
July 19, 2011 at 7:23 am
try the prometric site.
they have a number of test centres dotted around london. If you are in the city there is one in king william street.
Definitely worth spending money on...
July 19, 2011 at 7:20 am
yes
July 19, 2011 at 7:15 am
July 19, 2011 at 7:14 am
you are asking for a count to be returned, that cannot be done by a seek. the smallest index will be scanned to return the count value.
July 19, 2011 at 7:12 am
the correct answer here is - you don't want to start from here.
Best practice would be to place the system databases where you want them as part of the install...
July 19, 2011 at 6:59 am
check very carefully what you have specified the task to do. Its probably something simple like directory path wrong or putting the suffix incorrectly (i.e. .bak when it should just...
July 16, 2011 at 4:37 pm
Its frequent enough for full backups but to be able to use mirroring your databases must be in full recovery mode, therefore you MUST do transaction log backups as well.
July 16, 2011 at 4:33 pm
they may mean this:
July 16, 2011 at 2:26 pm
off the top of my head -
c:\program files\microsoft sql server\90\setup bootstrap\log
July 13, 2011 at 1:26 pm
adding 'order by name' to the query might make it a bit easier to find the correct database statements
July 13, 2011 at 2:18 am
Viewing 15 posts - 1,606 through 1,620 (of 4,745 total)