Viewing 15 posts - 31 through 45 (of 167 total)
I am not sending any data or code here
I just need to know the error fix. Thanks!
June 4, 2012 at 11:27 am
One of the table is corrupt and I could not find SQL 6.5 command to fix it.
Not sure if an index or data issue
Error messages
Msg 624, Level 20,...
June 1, 2012 at 12:38 pm
Thanks.
How can I mask uniqueidentifier datatype column?
error:
Msg 8169, Level 16, State 2, Line 2
Conversion failed when converting from a character string to uniqueidentifier.
February 23, 2012 at 8:58 pm
sumitagarwal781 (2/15/2012)
Column names are same for all thirty table which you want to drop?
columns names are different.
for ex:
Table 1
Column22, Column 25
Table 2
COlumn 4, Column 12, Column 23, Column 30
Table...
February 15, 2012 at 8:26 am
John Mitchell-245523 (2/15/2012)
| DROP
...
February 15, 2012 at 8:25 am
Thanks for your reply.
11/24 7:24:40 AM system shutdown unexpectedly due to power outage.
11/24 10:43 OS started
11/24 11:43 :58 AM sql server started
As per my understanding since all the committed transactions...
November 30, 2011 at 10:06 am
Thanks Kennath!
question: we have some 300+ tables in production server. lets say we identified 100 tables for data extract. do I need to add 100 oledb source's and 100 oledb...
October 28, 2011 at 9:17 pm
task is completed.
Below are the steps I did.
1. create a empty database in SQL Server 2008 SP2 server.
2. copy only schema from SQL 2008 R2 version database to SQL 2008SP2...
August 15, 2011 at 10:10 am
Thanks!
buy my SQL Server 2008 R2 backup file size is 2 GB.
I am not able to generate script/export with data in one time.
I am thinking..
created schema script and execute in...
August 13, 2011 at 6:15 am
Welsh Corgi (8/12/2011)
August 12, 2011 at 10:18 pm
Welsh Corgi (8/12/2011)
laddu4700 (8/12/2011)
I tried to restore sql server 2008 R2 database backup file in sql server 2008 sp2 server, but it failed with error.
"The database was backed up on...
August 12, 2011 at 9:46 pm
--table defination
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[LoginHistory](
[LoginID] [bigint] NOT NULL,
[LoginHistoryID] [smallint] NOT NULL,
[LoginHistoryDateTime] [datetime] NOT NULL,
PRIMARY KEY CLUSTERED
(
[LoginID] ASC,
[LoginHistoryID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF,...
July 16, 2011 at 9:20 am
Viewing 15 posts - 31 through 45 (of 167 total)