Viewing 14 posts - 16 through 29 (of 29 total)
I deal with this by:
1) having a "template" generically named spreadsheet (c:\template\salesdata.xls),
2) copy it to a working file (c:\working\salesdata.xls),
3) populate the data via a transformation,
4) rename it to the saved...
May 25, 2007 at 4:43 pm
Aho, Steve!
What you said was important to say, and I admire your courage to say it.
Michael
April 5, 2007 at 10:44 am
Excellent suggestion, Sarah,
I post to some forums which allow me to change the date format mask in my profiles. This is done via a text field so I have complete...
March 29, 2007 at 9:10 am
I think you are asking for the Transact-SQL syntax and that is in the help files in SQL Server Management Studio (and in Books Online: BOL).
March 22, 2007 at 10:26 am
I admit to being confused for first 12 days of each month with the US and ROW formats, so make that 2 votes from Canada for the Internalional format (yyyy-mm-dd),...
March 19, 2007 at 9:38 am
I am sure this is not the most elegant solution and...
I solved this with a SP which 1) inserts all my data (with a distinct key and the transaction date)...
March 15, 2007 at 12:04 pm
Hi Irene,
Do you have permissions from your SQL system for C on serverXYZ? You may need assign them and/or share C.
I use the CMD window to prototype my DOS commands...
February 26, 2007 at 4:40 pm
Also, I learned a lot about processing DOS directories from this thread:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=96&messageid=7812
February 23, 2007 at 1:38 pm
change:
execute master.dbo.xp_cmdshell 'dir C:\'
to:
execute master.dbo.xp_cmdshell 'dir F:\Archive_bds2'
February 23, 2007 at 12:35 pm
How's about:
use ABC
EXEC sp_updatestats
GO
DECLARE @rtn int
EXEC @rtn = master.dbo.xp_sqlmaint N'-D ABC -WriteHistory -VrfyBackup -BkUpOnlyIfClean -CkDB -BkUpMedia DISK -BkUpDB C:\BackUpSql\ -DelBkUps 2DAYS'
IF @rtn = 0
print 'ABC Backed...
January 24, 2007 at 2:05 pm
Hi,
I just created an export to text DTS (with 62 columns by using the "Export Data..." wizard, and the DTS works correctly.
Michael
January 16, 2007 at 10:21 am
I have been an IT professional since 1980, and as of 1998, a registered acupressure therapist. I have been doing work on my vision for the past 18 months and...
January 10, 2006 at 10:17 am
If you can't say the things you want, you'll want to say the things you can't.
(from a radio interview with a man who was illiterate until recently)
January 6, 2006 at 9:59 am
Viewing 14 posts - 16 through 29 (of 29 total)