Viewing 13 posts - 31 through 44 (of 44 total)
Thank you..:)
August 17, 2011 at 2:52 pm
bopeavy (8/11/2011)
What log info? SQL Agent Log, Error Log, Log on .....etc??????
I use dbcc loginfo('database')
to see the status...
i want to see vlf status....
Thanks..
August 11, 2011 at 8:31 am
I know shrinking is a bad practice...but the log files have grown tooo much..i need to get the space free... I have seen gail's link too...while i am doing it...
August 8, 2011 at 9:46 am
what all i need is left outer join ...
Thanks..
August 2, 2011 at 3:49 pm
No, i tried checking the code and replaced "where"
Worked out...
thanks..
August 2, 2011 at 3:32 pm
Now it's successful... i repalced 'and ' with 'where'
It worked...
thanks..
August 2, 2011 at 3:23 pm
If i do normal inner join removing the left outer join , the query runs good...
what might be the problem?
August 2, 2011 at 3:02 pm
Left outer join is failing..
And giving the error:
Conversion failed when converting the varchar value 'No ...
August 2, 2011 at 2:57 pm
left outer join is getting the error..
August 2, 2011 at 2:53 pm
Ninja's_RGR'us (8/2/2011)
Help us help you, how can I possibly answer that without seeing the tables' definition?
m.acctid(PK,int,not null)
m.MPLMerchantNumber(char,null)
m.MPLStoreNumber(char,null)
m.MPLRegisterNumber(char,null)
c.lutdescription(char,null)
m.MPLMerchantLevel(int,null)
m.parent01aid(int,null)
m.parent02aid(int,null)
a.AddressType(char,null)
a.addressline1(varchar,null)
a.addressline2(varchar,null)
a.POBox(varchar,null)
a.city(varchar,null)
a.StateorProvince(char,null),
a.Country(char,null),
a.postalcode(char,null)
c.lutid(pk,char,not null)
August 2, 2011 at 2:32 pm
Thanks...
i am trying to run the following script...
Select m.acctid, m.MPLMerchantNumber, m.MPLStoreNumber,
m.MPLRegisterNumber,
c.lutdescription,
...
August 2, 2011 at 2:13 pm
Viewing 13 posts - 31 through 44 (of 44 total)