Viewing 15 posts - 226 through 240 (of 321 total)
Check the following link may be useful to you
April 18, 2008 at 9:28 am
Can you post with more details with example data?
April 18, 2008 at 9:19 am
Check the following link
http://forums.databasejournal.com/archive/index.php/t-16770.html
January 30, 2008 at 6:20 am
Check the following link
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=854321&SiteID=1
January 30, 2008 at 6:10 am
Sorry there is no clarity in the post. What is the result you want to achieve? Please Post clearly.
January 30, 2008 at 5:58 am
Check with the following query which is working without any error.
create table #1(pc varchar(1),rev decimal,mon numeric)
insert into #1 values('A',2000,1)
insert into #1 values('B',1000,1)
insert into #1 values('C',3266,1)
insert into #1 values('A',5633,2)
insert into #1...
January 23, 2008 at 1:30 am
Hi
It should not give any error. Please paste the query what you are trying to execute.
January 23, 2008 at 12:30 am
I have created an temporary table and checked with the following query.
SELECT Pc,
[1] AS January ,
[2] AS February,
[3] AS March FROM
(SELECT ...
January 22, 2008 at 11:15 pm
SELECT [Event Date],[Mobile Number],[Event Type Name],[Identification
Method],[Customer DOB],[Account Reference No] FROM [StatusPasPorts$] where
[Mobile Number] = '" + this.TextBox1.Text.ToString() + "' order by [Event
Date] ASC
Try with the above. You...
January 22, 2008 at 10:05 pm
If any data existing in the table copy the same into a temparory table. Delete the records in the table and alter the table. Insert the records into table...
January 22, 2008 at 10:02 pm
Run DTS independently you can know where it is failing.
January 22, 2008 at 9:33 pm
If you have any old backup you can recover upto that date. Otherwise there is no chance of recovering crashed MDF.
January 22, 2008 at 9:25 pm
Viewing 15 posts - 226 through 240 (of 321 total)