Viewing 15 posts - 181 through 195 (of 267 total)
No this will be a stored procedure
December 6, 2014 at 8:09 pm
Select (FirstName + '/domain') as myfield
So FirstName is the name of one of your fields (used as an example) and the part after is what you want to...
December 6, 2014 at 7:51 pm
Sure thing duh! LOL..
Sorry guys.
https://www.dropbox.com/s/1nr8j939esk7p3g/GetMessage_ess__2014-09-10T20_12_55.xml?dl=0
September 14, 2014 at 10:52 am
I created an XSD (I hope) Is there anywhere you might be able to point me in using this to automatically create tables in SQL that match the XML...
September 13, 2014 at 9:59 pm
I don't have any xsd and im not sure that is available to me. That said I will have a look at the script, thank you!
September 13, 2014 at 4:01 pm
I get this error with the latest revision (containing the full path)
Msg 537, Level 16, State 2, Line 10
Invalid length parameter passed to the LEFT or SUBSTRING function.
Can't figure out...
September 24, 2013 at 10:37 am
Personally I love ApexSQL products. They have one called ApexSQL Doc.
This will document the entire database including any objects, ssis, ect.
You can select the databases, tables, functions, SPROC's, SSIS, ect...
August 24, 2012 at 11:11 am
Ok I saw that after posting... sorry. So I made a couple changes and now I don't get a specific error but I don't get a file generated either.
The...
April 26, 2011 at 1:38 pm
Ok Now I am having a problem with a similar procedure as posted previously. I can not figure out why this will not run, can someone help please?
The error result;
SQLState...
April 26, 2011 at 1:15 pm
Thats did the trick. You have no idea how much of a help you have been. Thank you so much!
March 2, 2011 at 7:09 am
I am very very close now.. thank you so much for your help..
I have one more issue. Now I create an export that is 0 bytes with an error of
Enter...
March 1, 2011 at 9:27 pm
I have tried that but I could not get the syntax correct I guess.... Here is where I am calling the DB
EXEC eDirect..xp_cmdshell @bcpCommand
the instance and server are both...
March 1, 2011 at 5:11 pm
Still no go :(.
Changed to:
DECLARE @bcpCommand VARCHAR(8000)
SET @bcpCommand = 'bcp " SELECT * from ##TempExportData2" queryout'
SET @bcpCommand = @bcpCommand + 'f:\FFMun\FirstMerrit\Output\FirstMerritFFMun.xls -S -C -U sa -P...
March 1, 2011 at 2:25 pm
Thank you for your reply.. Here is the SPROC with some data altered of course.
(
@dbName varchar(100) = '[eDirect]',
@sql varchar(8000) = 'select LastName, FirstName, PreTitle, SufTitle as...
March 1, 2011 at 1:15 pm
Thank you everyone for your help. These solutions did not do the trick however I did manage to solve the problem. It MAY not be the most efficient method; took...
October 28, 2010 at 8:29 am
Viewing 15 posts - 181 through 195 (of 267 total)