Viewing 15 posts - 121 through 135 (of 395 total)
SQL native backups are ineffecint.
I have also tried red gate backcup. it was ok with me.
April 29, 2005 at 12:34 am
I had the same issue. It didn't resolve until i re-install the sql server.!
April 28, 2005 at 1:13 am
I don't think there is an issue with timstamp column. check the other fileds
April 28, 2005 at 1:07 am
Jan,
sorry UNION will not if you have 100 columns. even UNION will slow doen the things.
In that case Frank method is ok
Sorry about it!
April 24, 2005 at 11:22 pm
As far I know, you can only load .dts files. I will check the net and let you know
April 24, 2005 at 5:13 am
We need more explanation than this.
At what point do you want to save and delete the dts
April 24, 2005 at 5:03 am
Most safest methos would be adding a columna s you said. Substring method does not gurant that it will not return same code for two differetn countries.
April 24, 2005 at 12:37 am
select id,order1 from od union select id,order2 from od union select id,order3 from od
April 24, 2005 at 12:35 am
CREATE TABLE [AA] (
[SentDate] [smalldatetime] NULL CONSTRAINT [DF_ADS_RemitanceTransaction_SentDate] DEFAULT (getdate()))
April 20, 2005 at 11:16 pm
April 19, 2005 at 10:59 pm
oh! sorry for the mistake
is field1 your primary key of the table?
April 19, 2005 at 3:47 am
open a cmd window,
type "dtsrunui"
select server and dts package
run the package correctly
then click generate command button
Copy the line and paste into your...
April 19, 2005 at 3:31 am
I think you are refering to identity filed
so you start with
SET IDENTITY_INSERT [dbo].[Transactions1 ] ON
YOUR CODE
SET IDENTITY_INSERT [dbo].[Transactions1 ] OFF
April 19, 2005 at 3:12 am
Check this
http://www.sqlservercentral.com/columnists/dasanka/findminmaxvaluesinaset.asp
in the next version o fsql server this can be done much easily
April 19, 2005 at 3:05 am
Viewing 15 posts - 121 through 135 (of 395 total)