Viewing 15 posts - 7,966 through 7,980 (of 13,469 total)
Brandi I'd hope it would be easy to get a free application on the approved list easily;
I've got to recommend 7zip's command line version, i use it a lot.
here's a...
March 11, 2011 at 10:00 am
Jim you could use something like this example, whether you need a string or a full command;
it's just converting to varbinary and pasting the string into the final script;
--obfuscate a...
March 11, 2011 at 9:45 am
kurtdevotto (3/11/2011)
I just need when generate mi pdf file from sql server, puta image like background into the pdf. Its that possible?
no. not possible.
if it's not raw text, it...
March 11, 2011 at 9:36 am
not enough information kurt; remember we are not in your cube, looking over your shoulder, knowing what you know.
a purchase order is a form with a specific layout. it's...
March 11, 2011 at 8:35 am
kurt your going to have to provide a lot more information, i think you need to "think outside of the box" on this one.
you can create a pdf from raw...
March 11, 2011 at 8:02 am
man i learn more hear every day; thanks once again to you Gianluca;
yes, your trigger could look for a WHERE statement...you could also limit the trigger to test for specific...
March 10, 2011 at 1:48 pm
I like that idea, Gianluca;
the only problem with dbcc inputbuffer is it is limited to 256 characters....I'd think offhand that a delete is going to be inside that limit to...
March 10, 2011 at 10:41 am
well, this will get you the hours where at least one answer exists i think;
if you need to know that zero answers were answered at 3am, that's why you'd need...
March 10, 2011 at 9:13 am
i think we'd need a CREATE TABLE definition and a few rows of sample data;
for the most part, i think it's joining a Calendar table to get all possible hours...
March 10, 2011 at 9:00 am
he means the operating system...command prompt's COPY command does it in a single line: you could call the Shell command for it:
in SQL
EXEC Master.dbo.xp_CmdShell 'COPY C:\Temp\Header.txt+C:\Temp\Test01.txt C:\Temp\MyWork.txt'
in a command window,...
March 10, 2011 at 8:43 am
you'll need to take that into consideration when you upgrade; If you have a separate development server, I'd start testing with higher compatibility right away just to start tracking if...
March 10, 2011 at 8:36 am
beautiful; exactly what i was looking for; thanks so much, Gianluca!
March 10, 2011 at 7:35 am
do you think looking at sys.sysaltfiles fo rthe master database, and assuming there is a parallel \Backup folder at the same level as the \DATA folder is safe?
--C:\Program Files\Microsoft...
March 10, 2011 at 7:18 am
darn; both that registry key and the that script on SQL tips assumes you know WHICH installation you are looking for already...MSSQLSERVER,MSSQL.1,MSSQL.2, etc;
I wanted it to be a bit more...
March 10, 2011 at 7:14 am
your idea is even easier to implement; you simply update the source with some tags and poof, some simple CSS on the page and they can see or not see...
March 10, 2011 at 6:33 am
Viewing 15 posts - 7,966 through 7,980 (of 13,469 total)