Viewing 15 posts - 16 through 30 (of 51 total)
Sometime it's caused by internal memory error. In that case only restart can help!
November 30, 2007 at 5:52 am
Hi Balaji
I was very busy this week. I hope I'll find more time next week to help you (if it's not too late).
Best regards
November 16, 2007 at 7:23 am
Have you modified client registry? If not check BOL , "linked servers, access Oracle database instance".
What's about TNS names, is there an entry for oracle server you are trying to...
November 2, 2007 at 8:41 am
I was thinking about your problem and possible solutions and I found that much easier way to achieve your goal is to play with foreign keys. For example, you can...
November 2, 2007 at 8:01 am
Trigger (10/29/2007)
November 1, 2007 at 5:34 am
Maybe the following script will be useful specially if database contains a huge number of SP, functions,...
declare @Name nvarchar(64)
declare @cmd nvarchar(200)
declare @user sysname
set @user = N'DBUser'
declare c1 cursor for
select...
November 1, 2007 at 4:29 am
I made corection and tried to test it over many different structures. Pls, give me a feedback.
set nocount on
declare @Order int
Set @Order = 1
IF Exists(SELECT * FROM tempdb.dbo.sysobjects WHERE [ID]...
November 1, 2007 at 1:56 am
Hi,
I'm not sure that I understand well. I've tested this script over a lot of different databases. But it's possible to have some bug. Can you e-mail me script for...
October 31, 2007 at 8:57 am
Application role can be a solution for your problem. See BOL for more details.
October 31, 2007 at 3:22 am
Attribute (1) or element (2) centric mapping. See BOL.
October 31, 2007 at 3:13 am
Are you sure that you have null value?
October 30, 2007 at 8:25 am
Try adding letter in dataset and then create group on that field without header and footer but with page break at end.
October 30, 2007 at 4:56 am
Can you put SP OthCalculateNextDate in separate box as ConCheckHoliday just to make it readable?
October 30, 2007 at 1:03 am
Viewing 15 posts - 16 through 30 (of 51 total)