Viewing 15 posts - 12,916 through 12,930 (of 26,486 total)
suhailtajraja (4/12/2012)
Here is the sample data from table int_aux_favorites.USER_IDTYP_INDENTITY_IDENTITY_SRC_IDDOMAIN_IDENTITY_NMENTITY_TYP_IDAUTO_OPEN_INDMAPI_INDRESERVED1_INDRESERVED2_INDRESERVED3_INDRESERVED4_INDRESERVED5RESERVED6GROUP_ID
065875722User Preferences Information2001NULLNULLNULLNULLNULLNULL0
065963122Co-Client Information2001NULLNULLNULLNULLNULLNULL0
066077522Estate Planning Information2001NULLNULLNULLNULLNULLNULL0
066077822Company Information2001NULLNULLNULLNULLNULLNULL0
066143522Attorney Information2001NULLNULLNULLNULLNULLNULL0
066154322Paralegal Information2001NULLNULLNULLNULLNULLNULL0
15302Estate Planning000NULLNULLNULLNULLNULLNULL0
156022006 Strategic Transaction000NULLNULLNULLNULLNULLNULL0
16-1002022* Send No Marketing Communications900NULLNULLNULLNULLNULLNULL0
16-1001922Former Clients1600NULLNULLNULLNULLNULLNULL0
I don't see how we can...
April 12, 2012 at 9:41 am
Your addition of the column probably timed out because the database needed to expand to hold the new column and it took too long. A rollback of the transaction...
April 12, 2012 at 9:39 am
Ken at work (4/12/2012)
strInitials - nvarchar(3)
Emp_No - int - Primary Key
However, I wish the strInitials to be unique, i.e. not repeated in...
April 12, 2012 at 9:30 am
I would look at the two temporary tables #TYear and #LYear and how they are created. Most specifically the countryCode columns.
April 12, 2012 at 9:27 am
Can you provide a second table with the expected results based on the sample data you provided?
By the way, thank you for posting the DDL and sample data, that will...
April 12, 2012 at 9:20 am
Mick Opalak (4/12/2012)
April 12, 2012 at 9:16 am
If you really want help, help us. Please post the CREATE TABLE statement(s) for the table(s) involved, sample data as a series of INSERT INTO statements for the table(s),...
April 12, 2012 at 9:13 am
If you are going to modify the recovery model, don't go to the simple recovery model, you will break the log chain. Instead, change to BULK_LOGGED recovery model during...
April 12, 2012 at 9:11 am
Looks like you are using row or page compression on one or more tables in the database you developed on the Developer Edition. You need to go into those...
April 12, 2012 at 9:07 am
Okay. How busy or stable is your network? You may want to adjust your timeout. At a previous employer where I had setup mirroring, we set the...
April 12, 2012 at 9:05 am
tt-615680 (4/12/2012)
I have a stored procedure and I keep getting the following error message:
Msg 468, Level 16, State 9, Procedure "procedurename", Line 129
Cannot resolve the collation conflict between "Latin1_General_CI_AS"...
April 12, 2012 at 8:58 am
What is the timeout period for the mirroring for the databases, is it set to the default?
April 12, 2012 at 8:55 am
suhailtajraja (4/12/2012)
Sorry,Don't understand what is DDL means and what data you need to see, the table that used in the select statement.
thanks
DDL - Data Defintion Language. In this case...
April 12, 2012 at 8:34 am
Sean Lange (4/12/2012)
April 12, 2012 at 8:25 am
Rod at work (4/12/2012)
The DDL code that Eugene has produced illustrates what I'm talking about.
Actually, after running the code, it looks like it does what you want.
April 12, 2012 at 8:09 am
Viewing 15 posts - 12,916 through 12,930 (of 26,486 total)