Viewing 15 posts - 16 through 30 (of 153 total)
Sql server wont prompt for variable value if it is not assign on time of query execution, just like oracle (or access). You need to initialize them by ur own....
September 1, 2009 at 6:22 am
I just replied to your previous post regarding the same.
in this post also, one couldn't get the idea what exactly you want to do.
It will be helpful if you...
September 1, 2009 at 6:13 am
did u try it anyway?
couldn't get the actual question!!!
September 1, 2009 at 6:06 am
@Grant Fritchey
Yes u r right!
it just need to add 'Option (maxrecursion 365)' (100 is the default limit for CTE, one can set it upto 32767 with 'maxrecursion')
DECLARE @STARTDATE datetime;
DECLARE...
September 1, 2009 at 6:03 am
Can't you use 'convert' while querying?
set @CalculateAdminScore = convert(decimal(10,2),@Hits) * @RelativeImp
though, it is not possible to store any big value without coverting or casting smaller datatype in to bigger one.
September 1, 2009 at 5:10 am
Hi,
Very good article!!! 🙂
Actually, as you mentioned in this article, WMI is very least used but the most powerful technique. It will be good if the article contain the basic...
August 31, 2009 at 11:50 pm
Hi Smith,
Your preparation method is absolutely fine. Myself also following the same pattern. But wish to have some books to refer regarding the topics related to exam.
Kindly post if you...
August 22, 2009 at 12:49 am
Hi Mike,
Exellent article!! especially for those who wants to appear for exam but have no knowledge. I am going to add it to my favorite articles on SQL Server 🙂
Hey,...
August 22, 2009 at 12:06 am
may this link also be helpful to u..
http://www.microsoft.com/learning/en/us/certification/mcitp.aspx#tab2
August 12, 2009 at 12:41 am
Thank you Priyadarshan 🙂
and Congratulations for completing your certification exam.
June 30, 2009 at 10:37 pm
Dear All,
my problem has been solved. These were the coz of problem.
1) The default port 1433 was disabled due to policy changed and dynamic port 1477 was enabled.
2) The TCP/IP...
June 29, 2009 at 2:10 am
Hi Mani,
TCP/IP protocol is already enabled.
My web server is located some where in USA, and I am trying to connect to SQL Server on my web server from my...
June 24, 2009 at 11:30 am
Hi,
I have some links over here,
http://delicious.com/krkansara11/MicrosoftCertificate;_ylt=A0wNBqFtEEJKkU8ASB1fRh54;_ylv=3
http://delicious.com/krkansara11/bundle:Microsoft%20SQL%20Server
June 24, 2009 at 5:40 am
Hi all,
Earlier i was forget to mention that I am facing this problem in SQL Server 2008; and as this is forum list for SS2K5, i should not hv to...
June 24, 2009 at 4:57 am
Viewing 15 posts - 16 through 30 (of 153 total)