Viewing 15 posts - 586 through 600 (of 3,061 total)
vnj (1/13/2012)
Id P1 P2
x 5.6 ...
January 16, 2012 at 9:10 am
guerillaunit (1/16/2012)
Can you walk me through on how to have my target server point to my linked server? What would the query syntax me for this?
Create your linked server...
January 16, 2012 at 9:01 am
guerillaunit (1/16/2012)
I am not making a separate table for each day. Just making a new version of the same table everyday and then "pasting" over the previous day's...
January 16, 2012 at 7:48 am
guerillaunit (1/16/2012)
January 16, 2012 at 7:33 am
patrickmcginnis59 (1/13/2012)
January 14, 2012 at 12:46 pm
kwoznica (1/14/2012)
Dev (1/14/2012)
January 14, 2012 at 12:37 pm
kwoznica (1/13/2012)
Doing it this way:
USE GKHELPDESK
GO
Alter Table dbo.CaseData
Add Constraint FK_Category_CatType Foreign Key (Category)
References dbo.Category (ID);
Allowed the command to complete successfully. Hopefully access will see it.
Technically there is nothing for Access...
January 13, 2012 at 3:55 pm
csuresh79 (1/12/2012)
Thanks.. Do you see any other issues in copying system databases from Clustered to Standalone.?
Well... I do not know.
I been told it works fine between two standalone instance where...
January 12, 2012 at 12:45 pm
csuresh79 (1/12/2012)
I'm not sure how these...
January 12, 2012 at 11:51 am
george sibbald (1/12/2012)
I appreciate the intention...
January 12, 2012 at 11:38 am
svakka (1/12/2012)
Thank you all .My source column has timestamp data type, should I create rowversion, date time data type to hold the same value as in source
Would you mind in...
January 12, 2012 at 11:21 am
george sibbald (1/12/2012)
PaulB-TheOneAndOnly (1/12/2012)
george sibbald (1/12/2012)
If your t-log has space for a 7.5 million rows insert query you should be fine.
well yes, obviously, but how much space is that? Very...
January 12, 2012 at 11:19 am
george sibbald (1/12/2012)
Gianluca Sartori (1/12/2012)
Lowell (1/12/2012)
January 12, 2012 at 11:10 am
george sibbald (1/12/2012)
If your t-log has space for a 7.5 million rows insert query you should be fine.
well yes, obviously, but how much space is that? Very much an 'it...
January 12, 2012 at 11:03 am
aaa-322853 (1/10/2012)
Not only does it provide a layer of abstraction but crucially it helps...
January 12, 2012 at 11:02 am
Viewing 15 posts - 586 through 600 (of 3,061 total)