Viewing 15 posts - 121 through 135 (of 566 total)
BJ (10/30/2008)
I have a application running with sql 2000 database. We were redesigning the application and decided to move to sql 2005. We designed a new front end architecture and...
October 30, 2008 at 11:01 am
cmosentine (10/30/2008)
October 30, 2008 at 10:52 am
Kevin (10/30/2008)
Thanks Tommy!
NP 😀
October 30, 2008 at 9:29 am
Kevin (10/30/2008)
Does anyone know who to take a:unsure: date in unix 1220140800 and convert it to a standard date Sept 30 2008?
That time stamp represents 08/31/2008 🙂 It is...
October 30, 2008 at 9:24 am
brad (10/29/2008)
I'm having issues with unzipping files via xp_cmdshell and bulk inserting into a table. Occasionally these zip files have CRC errors, and this causes havoc when inserting to the...
October 30, 2008 at 8:20 am
garethmann101 (10/29/2008)
October 29, 2008 at 12:56 pm
m.berggren (10/29/2008)
October 29, 2008 at 7:51 am
Mike (10/28/2008)
October 28, 2008 at 1:47 pm
m.berggren (10/28/2008)
I have a little question. I have imported data from a csv file. Here are 4 values. These are imported to an temporary table.
CREATE TABLE custom.mi_def_tmp (
mi_seq INT PRIMARY...
October 28, 2008 at 12:38 pm
andre_gonv (10/28/2008)
i have this table whit data:
Codigo Titulo de Libro ...
October 28, 2008 at 12:23 pm
latingntlman (10/28/2008)
Exec...
October 28, 2008 at 8:27 am
glee33 (10/20/2008)
October 28, 2008 at 8:10 am
You could always create a static table in TempDB as well....i.e.
create table tempdb..blah
(
id int not null,
somecolumn char(10)
)
Then drop the table when you are finished with it. As already...
October 28, 2008 at 8:05 am
srawant (10/27/2008)
I have different environment with the same replication setup. I am trying to create a stored procedure to check the replicated tables of the publisher matches with subscriber(...
October 28, 2008 at 7:57 am
latingntlman (10/27/2008)
Thanks for the headsup. However, in sql 2005, I executed the sproc as exec #TSQL_Search 'ReportProcessing' (ReportProcessing being the Db) where there are a bunch of sprocs but...
October 27, 2008 at 9:45 am
Viewing 15 posts - 121 through 135 (of 566 total)