Viewing 15 posts - 316 through 330 (of 348 total)
Hello Guys,
I have changed the schedules for the jobs mentioned in my earlier thread, but still the users are complaining that they get disconnected.
Please let me know your ideas and...
November 7, 2005 at 1:33 pm
Hello Carl / Studdy05
Thanks for the replies. Yes there are some jobs running during that time and some of them have been scheduled to run as follows:
1. Transaction Log Backups of 7...
October 28, 2005 at 12:23 pm
October 19, 2005 at 8:50 am
Hi Krishna,
Please check once the order by columns with their alias names.
FS.sdate, FS.Code
October 18, 2005 at 9:07 am
Hello,
Please go through this link
http://www.eventid.net/display.asp?eventid=17055&eventno=3647&source=MSSQLSERVER&phase=1
Hope it might help you.
Thanks
October 10, 2005 at 12:47 pm
Hello,
Thanks for all your inputs. I will look up into the respective areas mentioned in your replies and will get back.
Thanks
October 8, 2004 at 12:21 am
Hi Gary,
This is the information given in BOL
Topic last updated -- January 2004
Table error: Database Id DB_ID, object Id O_ID, index Id I_ID. Chain...
June 22, 2004 at 5:58 am
Hello,
Try this query and check it out....
SELECT REPLACE(NAME, SUBSTRING(NAME, CHARINDEX('Pack', NAME), 4), 'Case') FROM dbo.Product WHERE (NAME LIKE '%pack of%')
June 8, 2004 at 11:33 pm
Hi,
This is the information provided from BOL:
Collation settings, which include character set, sort order, and other locale-specific settings, are fundamental to the structure of all...
June 2, 2004 at 11:01 pm
Hi wz700,
Thanks for the reply.. In which site, can i check the article? Please elaborate.
Thanks
June 2, 2004 at 6:51 am
Hi
If i am not wrong those are not databases but tables residing in a single database. If so
SELECT SUM(C.SALES) AS SALES, D.DISTRICTNAME, R.REGIONNAME
FROM CUSTOMER C...
May 31, 2004 at 6:11 am
Hi Alzdba / Reshu Mehta / Robert Stewart
Thanks for your replies. It seems he was asked to explain the technical usage of the listed terms with respect to SQL Server....
May 28, 2004 at 10:29 am
Hi,
Try these statements..
SELECT Replace ('MA7017A-T-TR-014', '-TR', '') AS Part
SELECT Replace ('MA7017A-T-TR', '-TR', '') AS Part
May 21, 2004 at 6:31 pm
Hi Alejandro
This might be useful. From BOL,
The Microsoft OLE DB Provider for DB2, distributed with Microsoft® Host Integration Server 2000, allows Microsoft SQL Server™ 2000...
May 21, 2004 at 1:36 pm
Hi,
Try this one...
Declare @Tmp Table(UserID UniqueIdentifier, ActivityDate DateTime
Primary Key (UserID, ActivityDate))
May 21, 2004 at 1:10 pm
Viewing 15 posts - 316 through 330 (of 348 total)