Viewing 15 posts - 9,271 through 9,285 (of 13,461 total)
yes it is; as a matter of fact, here's something at codeproject that has a screenshot-by-screenshot, step by step example:
http://www.codeproject.com/KB/database/MergeReplication.aspx
June 10, 2010 at 11:13 am
another option would be Merge Replication, now that i'm thinking about it;
changes would get shipped out on a regular basis, and once set up, you do not have to fiddle...
June 10, 2010 at 10:57 am
i think something like this would be better: it's set based, so it's fast, and if the data doesn't start with the offending char, it's not adversly affected:
--remove preceeding semi...
June 10, 2010 at 9:38 am
John Waclawski (6/10/2010)
June 10, 2010 at 9:31 am
'Imports System.IO
Private Sub btnSQLSplitter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSQLSplitter.Click
Dim myConnectionString As String = "data source={0};user id={1};password={2};initial catalog={3};Trusted_Connection=False;Application Name=SSCExample.YouApplicationName.exe;"
myConnectionString...
June 10, 2010 at 6:11 am
n00b (6/10/2010)
June 10, 2010 at 5:42 am
indupriya9 (6/9/2010)
June 9, 2010 at 5:28 pm
well it depends.
if load = put the binary of the zip file into an IMAGE/varbinary(max) column, then that's possible.
if load dmeans open the zip/get the(one or more files!) from the...
June 9, 2010 at 12:58 pm
Krasavita (6/9/2010)
June 9, 2010 at 12:55 pm
well, tempdb is a copy of the model db every time the server is started, so changing the model db would change the temp db after a start and stop.
ALTER...
June 9, 2010 at 12:09 pm
here you go Matt: this is using a function which strips the string down and removes unwanted chars;
take a look at the logic, and see if you understand how it...
June 9, 2010 at 11:07 am
purushotham.k9 (6/9/2010)
Actually i am selecting the data in stored procedure. from stored procedure it self i need to upload the data into text file with | delimeter
In that case, look...
June 9, 2010 at 10:05 am
if you use an enhanced text editor like EditPlus,NotePad++,UltraEdit or one of many others, you can do it in a couple of seconds flat:
copy and pasting from grid view of...
June 9, 2010 at 9:58 am
so much of what you want depends on specifics...the types of logins,which procs, whether they can read form an tables or not, etc, but this might give you some ideas.
the...
June 9, 2010 at 8:12 am
Wayne it's been a while, but i had a similar issue;for me, it was my laptop, which traveled between different networks a lot. i thought it was related to...
June 8, 2010 at 6:38 pm
Viewing 15 posts - 9,271 through 9,285 (of 13,461 total)