Viewing 15 posts - 166 through 180 (of 180 total)
Why only for Russians? May be someone can work remotely...
September 26, 2012 at 6:03 am
Robert Davis (9/18/2012)
September 21, 2012 at 1:09 am
What about this one? http://www.microsoft.com/learning/en/us/certification/ssas-maestros.aspx#tab1
September 21, 2012 at 1:04 am
Percentage is very low for that sample data, it will likely never return any row. Change the query like that to be fair:
create table #Test (ID int primary key);
insert into...
September 18, 2012 at 11:14 pm
I got tested yesterday in Moscow. I took 88-970 exam.
It looks like disaster, testing PC was slow (may be because of internet connection) and test terminated twice.
Finger scaner doesn't work.
In...
September 17, 2012 at 11:28 pm
Databases on the same server? Do you use backup compression? Size of backups?
July 17, 2012 at 2:40 am
I almost sure that applying that dif backup to your full backup will be failed. But you really should try that. And we all will get an undoubt answer.
July 16, 2012 at 12:53 am
You can use option 'SORT_IN_TEMPDB = ON' in order to avoid unnesesary growing your user database files.
July 13, 2012 at 3:55 am
SQLBOT (7/19/2011)
remember, there is a trick in setting the listening port, you need to...
July 19, 2011 at 4:59 am
Also, you can buy and study video courses - http://cbtnuggets.com/.
July 14, 2011 at 11:17 pm
anuraj2k (7/14/2011)
July 14, 2011 at 6:12 am
Try to change it like that:
USE AdventureWorksLT
GO
BACKUP LOG AdventureWorksLT WITH TRUNCATE_ONLY
GO
DBCC SHRINKFILE(AdventureWorksLT_log, 100)
GO
July 14, 2011 at 3:23 am
By any chance, is anyone aware of the total numbers of MCM qualified professionals available currently.
This is the list of MCM:
http://www.microsoft.com/learning/en/us/certification/master.aspx#SQL
June 7, 2011 at 5:11 am
What average hourly rate for MCITP DBA with 4 years exp. in Austaralia QLD?
June 6, 2011 at 4:31 am
Viewing 15 posts - 166 through 180 (of 180 total)