Viewing 15 posts - 406 through 420 (of 816 total)
if I am understanding your requirement properly then :-
select SUBSTRING(vdoc,1,1), * from #track where SUBSTRING(vdoc,1,1) not in ('v','i','c')
**SUBSTRING(vdoc,1,1), this value gives the first character and I am using this...
January 17, 2011 at 12:58 am
for those who are in facebook, have a look of this video......
http://www.facebook.com/video/video.php?v=185137544836637
isnt it funny.....hahahahahah.
Summary :- FACEBOOK IS A STUPID IDIOT
January 14, 2011 at 9:04 pm
if you have ssms 2008, you can see it there.
Once you able to figure it out in 2008 then you will be able to see in 2005, if option...
January 13, 2011 at 5:31 am
This is the option you configure in SSMS -- tools--option--sqlserverobjextexplorer.
You will see 2 value there
Value for edit
Value for Select.
You can increase and decrease it.
January 13, 2011 at 4:19 am
🙂 thanks for confirmation that you too agree.
-------------------------------------------------
for the safe side, anyhow you have to take the downtime, no matter which strategy you choose.
So will suggest, to draft your...
January 13, 2011 at 12:55 am
OR
you can move unused data to different filegroup and put that filegroup in another drive. (Putting onto same drive where you already have operation mdf file, will affect performance).
You...
January 13, 2011 at 12:02 am
select * from sys.dm_tran_locks
January 12, 2011 at 11:45 pm
Server=ourdbServername
Are you sure you providing the correct servername?
User ID=MyUser;Password=Mypassword
Are you able to connect the sql server from SSMS using the mentioned usedid and password?
January 11, 2011 at 9:23 pm
i think this is your third basic question.
ITs better to have a read of these articles on msdn
http://msdn.microsoft.com/library/ms123401
It will clear your basic concept.
You are always welcome to discuss...
January 11, 2011 at 2:52 am
January 11, 2011 at 2:42 am
http://msdn.microsoft.com/en-us/library/ms179401.aspx.
same approach for restoration.
January 11, 2011 at 2:12 am
If I have acknowledged your query properly then I assumed that you looking for result like :-
user id1having roles of ADMIN, and status is ACTIVE since 2011-01-01 00:00:00.000
I have used...
January 10, 2011 at 2:47 am
Thanks for your response.
I am not able to see any value which gives the confirmation that account is locked(except status which I am not sure what exact meaning of...
January 10, 2011 at 2:13 am
great to hear.
I have read this book quiet long back but the words are still fresh.....Learn how to say NO.
January 7, 2011 at 9:23 am
Viewing 15 posts - 406 through 420 (of 816 total)