Viewing 15 posts - 1 through 15 (of 18 total)
Yes I get this error in SQL Server log. I also get the following warring msg.
WARNING: EC 612b94d8, 0 waited 300 sec. on latch 50314bcc. Not a BUF latch.
Thanks...
February 4, 2008 at 6:36 am
Thanks Jeff,
The reason for the duplicated data in two tables coz by mistake I have updated that column while removing opostify from it.So I restore the specific data from the backup...
September 3, 2007 at 2:55 am
Thanks guys I have came up with the the same issue and ended up to run the server and its agent on the daomain admin account after that its fine.
Thanks...
May 26, 2007 at 1:56 am
Hi Karl,
Yes you are right I always take back up when doing any updates for safe side.
And thanks to solve my issue.
I am sure world has still good and helpfull...
July 13, 2006 at 3:16 am
Hi Karl,
Its data type is varchar 20.And its index also on same column PK_Items_1_10
I have one more worry, we have also around 40,000 rows in the same column without A, means
12345F.
Will...
July 13, 2006 at 2:57 am
Thanks guys I have done that by using temp table ...
Best regards
Zia Khan
April 11, 2006 at 1:08 am
Hi Daniela,
I have this query in which I am getting 2 results sets the second result is the compute values for the select statment.And my objective is to create a...
April 8, 2006 at 6:04 am
Yeah David,
It give me another set of result but only in QA.When I try to creat a web job for this its showing only the results of my select clause not not...
April 3, 2006 at 6:57 am
Hi Andy,
I tried that but the same results coming when I set web asst job.It showing me the select results and only the column name for compute value.
April 3, 2006 at 12:20 am
Yeah Ian you are right it was as simple as to forget, now I can get my data using between clause.e.g
tablename = mytransaction
columnname = date
datatype = datetime
select * from mytransaction...
March 26, 2006 at 5:07 am
We are connecting the server through ODBC and using a prog in dephy language for end user to access to the server.
Any help will be greatly appriciated.
Thanks
October 10, 2005 at 1:59 am
Hi,
Rename the old data files for the suspeted DB and delete the suspected DB then create new DB with the same name.New DB will create the new data files for...
August 28, 2005 at 5:19 am
Hi,
I tried
SELECT * FROM OPENQUERY(metrosql, 'Exec metrofiledb.dbo.SP_opsstats')opsstats
but it came the below error msg
Could not process object 'Exec metrofiledb.dbo.SP_opsstats'. The OLE DB provider 'SQLOLEDB' indicates that the object has no...
June 23, 2005 at 2:06 am
Hi All,
I have 2 servers.
1) sqlbackup
2) metrosql
Both have same database and all the tabels and sp are same on both side.
I want to make a linke server which I have...
June 21, 2005 at 12:42 am
I tried that command and it gives me all the file numbers with small f.If i want to update the filenumber by upper case F,it is going through all the...
June 6, 2005 at 10:46 pm
Viewing 15 posts - 1 through 15 (of 18 total)