Viewing 7 posts - 1 through 7 (of 7 total)
Hello,
Here is code we are searching for contacts.
Thanks,
ARP
September 27, 2010 at 4:03 am
Hi.
The datatype for that column Nvarchar(Max)
Thanks
September 23, 2010 at 5:12 am
hi,
When i got this error,I ran following queries and DB back.
EXEC sp_resetstatus 'yourDBname';
ALTER DATABASE yourDBname SET EMERGENCY
DBCC checkdb('yourDBname')
ALTER DATABASE yourDBname SET SINGLE_USER WITH ROLLBACK IMMEDIATE
DBCC CheckDB ('yourDBname', REPAIR_ALLOW_DATA_LOSS)
ALTER DATABASE yourDBname...
September 23, 2010 at 5:07 am
hi,
When i came in the morning one of the db was showing Suspended mode..
after that i have taken care of that.
could you please let me know why we get this...
September 23, 2010 at 4:58 am
Are you looking in multiple tables for "abc"?
Or are you looking at multiple rows in the ONE table where the column has a value of "abc"?
Posting scripts to recreate the...
August 18, 2010 at 9:40 pm
"It sounds like you want to search all columns in all tables in the entire database for occurrences of this value? Is that correct?"
Yes, am looking column value in all...
August 18, 2010 at 9:35 pm
I have the notepad data with spaces.
I could not import the data into sql Server 2008.
The data:
1000023 ...
August 17, 2010 at 9:36 pm
Viewing 7 posts - 1 through 7 (of 7 total)