Viewing 13 posts - 1 through 13 (of 13 total)
Please review my above description of scenario again from top, I only put an example of a table not a actual table having PK , constraints etc, i just want...
May 29, 2011 at 2:28 pm
CREATE TABLE tbl
(
APC DATETIME ,
ACS DATETIME ,
AET DATETIME...
May 29, 2011 at 1:02 pm
Dear LutzM
Actually purpose of this trigger is to deal with dates, for more detail; this tables contains different dates such as date_added, date_modified,date_created etc, e.g. date_created is empty and if...
May 29, 2011 at 11:43 am
I am focusing on following error.
Operating system error 3: "3(path not found)".
As I am having experience of above error and suggest you that you should change time zone then try.
April 5, 2010 at 1:32 am
Reinstall Visual Studio and .Net framework then try.
April 5, 2010 at 1:26 am
You should enable Execution Plan before executing query, the Execution Plan will let you know if any table required any additional index and also provide you exact query execution time....
April 5, 2010 at 1:21 am
This may can help you, i used ascii code unqiue value instead of soundex code, for sql 2000 need minor changes in code.
DECLARE @position int,
@string char(15),
@val2 varchar(MAX)=''
SET @position =...
April 5, 2010 at 12:51 am
You did not consider comments added by me.
--> you can also add desired values to @table variable instead of setting value of veriable.
You dont need to add vairable, use veriable...
April 5, 2010 at 12:15 am
declare @param1 nvarchar(10)
set @param1 = '2,4,6'
--> you can also add desired values to @table variable instead of setting value of veriable.
declare @current_datetime datetime
set @current_datetime = getdate()
declare @get_min smallint
select @get_min =...
April 4, 2010 at 11:29 pm
very simple, when i execute select statement it should return all items with identification of child's master item or master's child. Actually my goal is to findout that if the...
December 16, 2009 at 10:25 pm
HI
Probably the problem which you are facing occurred just becuase of antivirus program, e.g McAfee Enterprise has strong security checks and also block events which hits outside of applictions.
Follow follwing...
June 4, 2009 at 10:53 pm
One of following solution can resolve your problem.
1. Add port 25 to firewall port exceptions.
2. Verify mail account authentication specially SSL.
3. Check antivirus program or disable it, restart SQL Services.
4....
June 2, 2009 at 9:56 pm
Viewing 13 posts - 1 through 13 (of 13 total)