Viewing 15 posts - 4,846 through 4,860 (of 13,465 total)
I always break it into peices;
the Header and Tail are appended to the body;
then i can test of the Body is an empty string, i can convert it to "No...
August 28, 2012 at 12:15 pm
SQLHeap (8/28/2012)
August 28, 2012 at 11:46 am
for the delimiter issue, use something you KNOW will not exist in the data; a tilde ~ for example.
then everything will come in as asingle column of wide data.
For...
August 28, 2012 at 10:43 am
here's an example i've posted lots of times.
this inserts allt eh data into a table named "BULKACT, that has a single column "RAWDATA"
it imports all the files in four different...
August 28, 2012 at 9:16 am
it's fairly easy; you would want to use BULK INSERT to bring the text files into a SQL table...but you have to know the layout of the data, and create...
August 28, 2012 at 9:12 am
well, CSS wise, the closest assignment to the object overrides the css at the higher level;
do you have a set number of levels, or at least some method to identify...
August 27, 2012 at 8:51 pm
John Waclawski (8/27/2012)
LOWELL!! MY SQL HERO!! Let me give this a shot & see how it works!Thanks. BTW...did you get my reply from our other thread?
for assigning...
August 27, 2012 at 2:55 pm
John here's your example you posted, modified so every other row is manill folder/white;
if i have specific cells i want colored, i usually use a CSS class.
let me know if...
August 27, 2012 at 2:32 pm
ok, this gets you your value as datetime, right? i guess you could manipulate it a bit more if you really wanted AMPM in it, but i would want the...
August 27, 2012 at 2:09 pm
if you convert to CHAR(12), most of the string gets truncated no matter the format.
try a CHAR(37) instead.
August 27, 2012 at 1:21 pm
Jo Pattyn (8/27/2012)
... any good programmer is also worth his/her weigth in gold.
lol according to this web site,
http://www.onlygold.com/tutorialpages/yourweightingold.asp
a fat boy like me is worth 5.4 million dollars or so;...
August 27, 2012 at 1:00 pm
ok I see that works;
With my example values, I also saw that SQL DES and TRIPLE_DES are not interchangable with the results from your function;
I think you'll have to...
August 27, 2012 at 12:52 pm
andersg98 makes me think you could do a proof of concept;
create a new job that does a COPY ONLY with verify backup to the network share;
set it to...
August 27, 2012 at 12:12 pm
The new Query button will open up with the connection information for whatever Server/Database is currently selected in the Object Explorer.
If Object Explorer is not visible the connection info is...
August 27, 2012 at 11:59 am
well, my simple copy paste of your class, and a button to call it returns an error form vb.net;
All i wanted was a string and it's encrypted value, with a...
August 27, 2012 at 8:58 am
Viewing 15 posts - 4,846 through 4,860 (of 13,465 total)