Viewing 15 posts - 7,966 through 7,980 (of 13,460 total)
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
i would simplify the issue a bit:
items that contain badwords get archived off to a separate audit table, then update the messages directly to remove the bad words; the overhead...
March 10, 2011 at 5:11 am
FYI HL7 is a messaging specification for healthcare information systems.
I goggled a bit after this, and it appears that the parsing is not a trivial thing; one of the...
March 9, 2011 at 7:32 am
the error 5.7.1 Unable to relay says the issue is with your mail server refusing anonymous mail;
usually a mail server requires mail to either come from 1)a trusted source/ip, or...
March 8, 2011 at 7:59 pm
I think this happened to me once when I had upgraded the server to a higher version of a service pack, but not my local client tools; the local client...
March 8, 2011 at 11:34 am
ypk1984 (3/8/2011)
So when we establish the linked servers, we can be able to see all the servers linked under the...
March 8, 2011 at 11:21 am
I'm guessing that the issue has to do with your SQL2008 being 64 bit, and thus requires 64 bit postgres drivers.
take a look at this article:
March 8, 2011 at 9:04 am
rgerald 53299 (3/8/2011)
XP needs to be the "Pro" version or higher to work as a client.
I'm not sure what you mean by that; as long as the driver, whether SQL...
March 8, 2011 at 8:03 am
backs are stored at a major version level: SQL200/2005/2008/R2;
service packs do not alter the format of the backup files, so you can restore to any installation of 2005; you can...
March 7, 2011 at 1:44 pm
Viewing 15 posts - 7,966 through 7,980 (of 13,460 total)