Viewing 15 posts - 16 through 30 (of 454 total)
smknox (5/26/2008)
THe following line:
', DateUpdated = '+ GetDate()+ CHAR(13)+
produces a syntax error "error converting datetime...
May 27, 2008 at 2:17 am
Do you need the codes as separte columns? If yes then as suggested by Mr.Mahesh and use PIVOT to accomplish the functionality. If you are looking at fetching the codes...
May 23, 2008 at 6:09 am
ALTER Table to add an additional column with IDENTITY Enabled. Drive your logic based on the new column and once the duplicate records or deleted, drop the column.
May 20, 2008 at 6:24 am
How many instances of SQL Server are running on your machine? There is a probability in somecases where a conflict could lead to this problem. I am not sure though...
May 20, 2008 at 5:41 am
Robinwilliams6 (5/16/2008)
May 20, 2008 at 5:35 am
Do you mean to say that you want to mark your IPAddress of your SERVERB to 192.168.120.1 and SERVERA to 192.168.120.2?
How are the applications connecting to your database. Are they...
May 16, 2008 at 7:04 am
I am not sure if resource is a system database. From the article in the question it does not cement the answer that resource is a system database.
May 8, 2008 at 2:29 am
Basically what you are executing in the dynamic sql does not
Simon_L (4/30/2008)
May 2, 2008 at 7:42 am
Simon_Lo (4/29/2008)
April 30, 2008 at 8:20 am
Is it related to
configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" ?
April 29, 2008 at 7:40 am
Just you need to verify if your web.config file under Report Server and Report Manager have any xmlns links inside the Configuration tag and remove them.
configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" then change it...
April 25, 2008 at 12:17 pm
giontech (4/25/2008)
April 25, 2008 at 11:35 am
Do you have a primary key on your table. If you do have a primary key, then the solution should be easy.
April 25, 2008 at 11:03 am
Viewing 15 posts - 16 through 30 (of 454 total)