Viewing 15 posts - 16 through 30 (of 63 total)
It helps me in moving to destination server but its not available on source server,But i need that database on source server too.How can i do that.
Thanks.
October 13, 2003 at 7:41 am
Can anyone help me in this issue?
Thanks.
September 30, 2003 at 8:17 am
Hi,
I have added a column to a table in the publication database using the Enterprise manager in my sql server 2000.But the column didn't affect in my subscription.Mean time I...
September 29, 2003 at 8:06 am
I have a table a with these values.
Number Name
1 ee,ed,ff,er,fsd
2 rr,kk
I want store these values as below into other table...
August 12, 2003 at 1:14 pm
Too many columns found in the current row.non-whitespace characters foundafter the last defined column's data.
I could not fine that row exactly because my text file row consistf of 3 to...
July 16, 2003 at 2:40 pm
You can try this user defined function
CREATE FUNCTION PROPERCASE
(
--The string to be converted to proper case
@input varchar(8000)
)
--This function returns the proper case string of varchar type
RETURNS varchar(8000)
AS
BEGIN
IF @input IS NULL...
July 16, 2003 at 8:11 am
I dont have a ID column,I have only one column each on the two tables.
July 10, 2003 at 3:34 pm
when i try to use xp_cmdshell,i am getting an error that could not find the stored procedure 'xp_cmdshell'.
What should be the reason,how could i come across this one,
Thanks
June 10, 2003 at 11:13 am
Viewing 15 posts - 16 through 30 (of 63 total)