Viewing 15 posts - 121 through 135 (of 396 total)
SQL native backups are ineffecint.
I have also tried red gate backcup. it was ok with me.
https://dbfriend.blogspot.com/
April 29, 2005 at 12:34 am
I had the same issue. It didn't resolve until i re-install the sql server.!
![]()
https://dbfriend.blogspot.com/
April 28, 2005 at 1:13 am
I don't think there is an issue with timstamp column. check the other fileds
https://dbfriend.blogspot.com/
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!
https://dbfriend.blogspot.com/
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
https://dbfriend.blogspot.com/
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
https://dbfriend.blogspot.com/
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.
https://dbfriend.blogspot.com/
April 24, 2005 at 12:37 am
select id,order1 from od union select id,order2 from od union select id,order3 from od
https://dbfriend.blogspot.com/
April 24, 2005 at 12:35 am
CREATE TABLE [AA] (
[SentDate] [smalldatetime] NULL CONSTRAINT [DF_ADS_RemitanceTransaction_SentDate] DEFAULT (getdate()))
https://dbfriend.blogspot.com/
April 20, 2005 at 11:16 pm
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlbackuprest.mspx
https://dbfriend.blogspot.com/
April 19, 2005 at 10:59 pm
oops!!
sorry I didn't know
https://dbfriend.blogspot.com/
April 19, 2005 at 4:02 am
oh! sorry for the mistake
is field1 your primary key of the table?
https://dbfriend.blogspot.com/
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...
https://dbfriend.blogspot.com/
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
https://dbfriend.blogspot.com/
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
https://dbfriend.blogspot.com/
April 19, 2005 at 3:05 am
Viewing 15 posts - 121 through 135 (of 396 total)