Archived Months
January 2003
March 2003
April 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
April 2008
August 2008


all groups > sql server programming > march 2004 > threads for wednesday march 10

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

XPSMTP (cross)
Posted by \ at 3/10/2004 11:32:31 PM
Hi, I'm using the basic functions of XPSMTP http://sqldev.net/xp/xpsmtp.htm - and it's a nice tool, however, I would like to send emails to people (emailaddresses) from out database, but I can't see how to set it up. The company I work for sells hardware over the Internet and every evening I...more >>

Using VBscript to check a file size and then update table.
Posted by Jonesgj at 3/10/2004 10:45:23 PM
Hi, What I would like to do is use the FileSystemObject to get the size of a file on my server, and then update a table with its value. I think I have got the VBscript part sorted out, but I have never used VBscript in a SQL Server DTS package to update a table. Has anyone got any examples ...more >>

table variable
Posted by wd1153 at 3/10/2004 9:21:06 PM
hi al Is table variable able to join a temp or regular table in sp or udp? the following script gives error message as " Line 14: Incorrect syntax near '.'. use northwin g create function testfucnt( returns @rettable table (orderID int, Quantity int a begi declare @t table(orderid int i...more >>

Divide by zero
Posted by btl at 3/10/2004 8:41:08 PM
H I am trying to to a conditional calculation. What I am trying to do is- if the variable = 0 (zero) then answer = 0 (zero) else perform a calulation. I keep gett ing erro Server: Msg 8134, Level 16, State 1, Line 1 Divide by zero error encountered Hope somebody can assis Cheer Please...more >>

temp tables
Posted by shank at 3/10/2004 7:59:21 PM
I have 2 sites on different shared servers. Each has an SQL account. WebsiteA has SQLA WebsiteB has SQLB When on WebsiteA, I need to access the data from SQLB. I have a DSNLess direct connection. I have no problems accessing data. I do have a problem creating a temp table and reading from it ...more >>

Update & Delete
Posted by Jason Williams at 3/10/2004 6:46:06 PM
Can somebody help out a newbie? I need to update a column in table "A" from a column in table "B", and then delete the record in table "B". Can this be accomplished without a trigger? Here's what I have so far: USE [MyDatabase] UPDATE tableA SET tableAcolumn = tableBcolumn FROM tableB ...more >>

Prepared Statement vs. Stored Procedure
Posted by Christopher Campbell at 3/10/2004 6:29:32 PM
I have a program writting in VBScript running under Windows Scripting Host accessing a SQL Server 2K database. All of the database calls are set up using ADO Command objects with SQL commands as the command text. I have the Prepared = true flag set on all command objects. The program was r...more >>

Select records not more that 6 months old
Posted by James Cooke at 3/10/2004 5:27:39 PM
Hi, I have a file called Customer, and in it is the field "TheDate" Basically I need to say, "Select * from customer where the TheDate >= Today-6 months" How? Thanks James ...more >>



Database events - notify an application
Posted by Mike Hildner at 3/10/2004 5:06:36 PM
Please let me know if this is not the appropriate group. I have an application that polls the db every few seconds to refresh the data. Would like to change so that the db sends a message to my app when something interesting happens (insert/update etc.). I've looked into sp_addmessage, raise...more >>

casting into %
Posted by dk at 3/10/2004 5:03:01 PM
trying to duplicate an access application with sql. the access code: Format([decimal field], "0%") takes 0.01500 and makes it 1% then takes 0.0455 and makes it 5% what sql code can be used to do the same thing? my code rounds both up, but the 4th place after the decimal seems to ...more >>

Questions about using alternative to SUM()
Posted by EricT at 3/10/2004 4:36:48 PM
A colleague of mine found a clever way to calculate a total based on two possible columns. One column contains an additive value while the other contains a multiplicative value. Only one of the two columns is populated for any given record. example: ADD MULTIPLY ---- -------- 10 nul...more >>

Error Message Dropping Foreign Key
Posted by Erin Peterson at 3/10/2004 4:36:26 PM
Hi all. I'm getting an error message trying to drop a foreign key and I can't quite figure out what it is trying to say. My Alter Table statement says: ALTER TABLE dbo.INVENTORY_BALANCES DROP CONSTRAINT FK_INVENTORY_BALANCES_INVENTORY and the error I am getting is: Server:...more >>

How can I find the command from command prompt?
Posted by Quentin Huo at 3/10/2004 4:13:25 PM
Hi, I am trying to set up database users by using scripts from the command prompt, like: sql -E -i 03_Pics2Share_IntegratedSecurity.sql but I got an error message: 'sql' is not recognized as an internal and external command. What can I do to make the 'sql' be a command? Thanks ...more >>

do not generate SET statements
Posted by John A Grandy at 3/10/2004 4:12:07 PM
query analyzer : generate sql is there any way to stop QA from generating the SET statements ? ...more >>

Top x Percent
Posted by Rush at 3/10/2004 3:26:05 PM
Say one has a table with 2 columns Region = varchar(20 Sales = intege If I wanted to select the regions that together produced 80 percent of my sales how can I do this. Basically I'm trying to apply the 80/20 rule, where aprox 20 of the regions will provide 80% of the sale Is there an easy SQL...more >>

ADO 2.8 help files
Posted by Mario Splivalo at 3/10/2004 3:19:12 PM
Where can I find .chm files for ADO 2.8? The ones I get with Visual Studio is 2.1, and when I install the new MDAC i don't get new help files. Mike -- "I can do it quick. I can do it cheap. I can do it well. Pick any two." Mario Splivalo msplival@jagor.srce.hr...more >>

First day of week
Posted by Immy at 3/10/2004 3:14:04 PM
Hi all, I am grouping a result set be week (datepart) which is fine. However, I need to now find the week commencing value of each week, I guess by using @@DATEFIRST. My week commencing must always be a Friday - Thursday. I've tried lots of different datetime calculations and cannot work it ...more >>

Add a autonum column to a view
Posted by Frank at 3/10/2004 3:02:55 PM
I would like to add an additional column(row_order) to my query, so I can use it to assign the result. It look like this: First Age Row_Order Mark 45 1 Mark 55 2 Scott 50 3 Micky 13 ...more >>

day of week
Posted by Tomas Mudrak at 3/10/2004 2:35:51 PM
Hi, I have a small problem. I need to get a number of day (I mean 1-7, Mon-Sun) from a datetime value. For example, if today is 10th March and it is wednesday, I need to return number 3. Can anybody help? Thank you Tom -- Using M2, Opera's revolutionary e-mail client: http://www.o...more >>

OPENROWSET___
Posted by Lynn Pennington at 3/10/2004 2:02:29 PM
I can I get OPENROWSET to recognize @cProFile??? @cProFile = 'PS000018#TXT' Select * Into #TempTxtFile From OpenRowset('Microsoft.Jet.OLEDB.4.0', 'Text;HDR=NO;Database=\\MS000APP01\AFS\000_PicuPro\', @cProFile) Thanks, Lynn....more >>

how to calculate recordcount of a ADO recordset that has been created already ?
Posted by Oscar at 3/10/2004 1:52:43 PM
Which SQL Query can I use to calculate the recordcount of a recordset in case that the recordset has been created already ? I know that "SELECT count(ID) as AMOUNT FROM tblEmployee" would do the job, but in my case the ADO recordset has been created (for example rstQ) already and I want to fin...more >>

performance
Posted by Dominique Vandensteen at 3/10/2004 1:12:07 PM
I have a performance question somebody told me a left join is a lot slower than an inner join to avoid a left join that guy creates a "0-row" in each table (PK id = 0, all fields empty) is this true? does anybody have links to articles talking about that... Dominique ...more >>

reuse of column_header (alias)
Posted by marc at 3/10/2004 12:58:44 PM
Hi I've got the following query select x.a * x.b as total, total * x.c as total_c, total * x.d as total_d from theTable as x it does not work, i have to use select x.a * x.b as total, x.a * x.b * x.c as total_c, x.a * x.b * x.d as total_d from theTable as x is there a workaround?? th...more >>

Dynamic distributed SQL query needs ANSI_NULLS & ANSI_WARNINGS but can't set them
Posted by Laurence Neville at 3/10/2004 12:19:34 PM
I have a stored procedure which dynamically creates a distributed query and then runs it. The user has to supply the linked server name and database. The problem is that if a server is specified that is not the server on which the stored procedure is being run, this error appears: "Heterogen...more >>

Help concatenating records to a field
Posted by Dan at 3/10/2004 12:13:43 PM
I'll use sports as an example. Suppose we have 2 tables: Team and Player Team has 3 fields: TeamID int IDENTITY(1,1) TeamName varchar(50) Roster varchar(8000) Player has 3 fields: PlayerID int IDENTITY(1,1) TeamID int PlayerName varchar(50) I need to concate...more >>

Triggers + inserting into other table
Posted by Brian Henry at 3/10/2004 12:13:39 PM
Hello, I have a table called accounts, and a second table called agreements related to it with a relationship based on the accountid. Accountid is an identity field in the accounts table. I want have a trigger that when ever an account row is added, it also will get a related agreement row in ...more >>

reformat the output
Posted by joe at 3/10/2004 11:59:04 AM
Orginal output year ------ 2004 2005 2003 2008 2006 2007 how do I convert to such an output : c1 c2 c3 c4 ---------- --------- -------------- ------------ 2003/2004 2004/2005 2006/2007 2007/20...more >>

How to tell if I can convert a varchar to int
Posted by Chris Lacey at 3/10/2004 11:57:35 AM
Hi, I am attempting to write a procedure whereby I can get the maximum numeric value in a varchar column (which may contain a mix of words and number strings). I'm trying to use: SELECT MAX ( case isnumeric(value) when 1 then cast (value as int) else 0 end ) FROM table However, given ...more >>

SQL Query Distinct?
Posted by laura.bazzill NO[at]SPAM co.yavapai.az.us at 3/10/2004 11:39:14 AM
I am needing to run a SQL Query against a database - I'm looking for a listing of patient names (and various other things) that meet a specific medical test criteria. The query returns 2 rows for each patient with the same information. I want the TEST DATE to appear only ONE TIME/patient. ...more >>

Read column description with ADO OpenSchema, SQL Server 2000
Posted by Asko Telinen at 3/10/2004 11:23:17 AM
Hi all. Can anyone tell me how can i get column descriptions from SQL Servr 2000 using ADO? I tried ADOX but no success. Then ADO OpenSchema would do the same thing and it does if source is Access for example but SQL Server returns empty string even though there is a description defined. ...more >>

Insert many rows using select
Posted by Paul at 3/10/2004 10:35:19 AM
Hi All I have been trying to do this for quite some time now and could really do with some help. I would like to know if it is possible to insert many records into a table using a select statement with joined tables. For example, say i want to create an empty note in tblNotes for every company...more >>

Strange Invalid Connection Error
Posted by Neil Penn at 3/10/2004 10:15:27 AM
SQL Server 2000 Windows 2000 I would really appreciate it if someone could explain a strange error that appeared on a customer PC. We have an application that loads data from an Access database into a SQL Server database. To start the application you have to "sign in" to the SQL Server dat...more >>

SQL result zero - Help
Posted by Nikolami at 3/10/2004 10:14:44 AM
Does any one knows to resolve this problem, please ??? This example giving me zero result: (SQL 2000, field NbDate = int) *** In QueryAnalyzer "SQLSumday" statement, giving me corect result *** ***This I use in ASP*** SQLSumday = "BEGIN " & _ "SELECT days - COALESCE((SELECT COUNT(*)...more >>

Sharing Tables between Databases
Posted by Microsoft at 3/10/2004 9:58:45 AM
Is it possible or advisable to share tables between two SQL Server databases on the same server? One database is restored every night from an offsite source. Thus, any objects created in the local version are lost after the restore. Is it possible to create a new database locally which accesse...more >>

Logarithms
Posted by Carlitos at 3/10/2004 9:56:55 AM
Hi there, Does anyone know how to calculate the logarithm of a given number to a given base? SQLServer only provides mathmatical functions for natural logarithm and base-10 logarithm. I'll appreciate any help. C ...more >>

rowcount syntax
Posted by NH at 3/10/2004 9:56:16 AM
I am trying to deconstruct a faulty SQL statement written by a predecessor. It seems very straight forward, except I don't understand one line; WHERE @@ROWCOUNT!=0 BEGIN I would expect the line to read; WHERE @@ROWCOUNT <> 0 BEGIN Is this just another way of putting it? Thanks ...more >>

Need help with Date parameter
Posted by ajmister at 3/10/2004 9:48:14 AM
Hi declare @c_dt char(12) select @c_dt = (SELECT CONVERT(char(12), GETDATE(), 10)) print @c_dt go declare @c_dt char(12) select * from name s1, company tk where s1.name = tk.name and s1.status_flg = 'N' and (CONVERT(char, s1.ex_dt,10)) = @c_dt order by s1.ex_dt,s1.na...more >>

Hidden error kills my transaction. Help!
Posted by Miroo_news at 3/10/2004 9:32:56 AM
Hi, The situation is as follows: - I have a stored procedure with parameter @ID_DOC Char(36) OUTPUT, --for uniqueidentifier (and other paramters) - the first line in procedure is: select @cnt = count(*) from docs where id_doc = @ID_DOC - the transaction begins - the parameter @ID_DOC...more >>

Timestamp
Posted by simon at 3/10/2004 9:25:53 AM
I have timestamp field in table T1. In that table I have only inserts, not updates. Than at night I would like to copy all records inserted during a day FROM table T1 into my other table T2. Unfortunately, I have only read permissions on that table and I can't add getdate() field into both tabl...more >>

character '\' disable CR+LF
Posted by Jefferson Valim at 3/10/2004 8:55:57 AM
Hi, When caracter ' \ ' precedes CR LF, does not occur the line in addition. How to skirt this problem? Jefferson Test: print 'jasdfjkasd \ jkljkljkljl\' print '' print '' print '' print 'jasdfjkasd \xc\c jkljkljkljl\' ...more >>

Date issues between SQL and IIS servers
Posted by Randy F. at 3/10/2004 8:51:46 AM
Don't know if anyone has encountered this before. If you are using SQL's t-sql function "getdate()" and comparing it in its numerical format to the ASP function "Now()" in its numerical format, the two numerical values will be TWO WHOLE NUMBERS OFF. Try this in a SQL Query window: Sel...more >>

Trigger (for keeping history info) help!
Posted by F HS at 3/10/2004 8:29:45 AM
Hi! I need your help in writing a trigger for the purpose of storing history information. what I want is every time the "CodeInfo" table updates, the information stores in the "Code_Hist" table. The "Code_Hist" table must store the oldCode, newcode, userid(who did it) and modificationtime (w...more >>

ASP FormatNumber FAILS
Posted by Steve at 3/10/2004 8:21:08 AM
I get a "Type mismatch: 'FormatNumber'" error on this line of ASP code.. <%=FormatNumber(students("GPA"),4)% The "GPA" field is a number coming out of my stored procedure. I need to format it to get 4 digits to the right of the decimal Any ideas on why the FormatNumber function doesn't work? ...more >>

Calculating Percentage in a Query
Posted by J. Joshi at 3/10/2004 8:17:26 AM
Hello all, I have a query as below which which is a result of 2 data- sets. One generates the common ID's between the 2 data- sets and another is the larger registration dataset count. Thus, the common ID's form the numerator and the total from the 2nd dataset is the denominator. How do I ...more >>

Help with a query
Posted by mamun_ah NO[at]SPAM hotmail.com at 3/10/2004 7:25:44 AM
Hi All, I need to run a query following some rules. I am kind of stuck as I was trying to use the logic from earlier help in the NG after a few conditions have changed. DDLs: CREATE TABLE [dbo].[Table1] ( [ClaimNumber] [varchar] (16) NOT NULL , [SupplierID] [varchar] (10) NOT NULL , ...more >>

datetime field usage
Posted by FCI at 3/10/2004 7:19:36 AM
Hello, I have a next kind of problem: I have a date field which format is(yyyy-mm-dd HH:MM:SS). Now i need to get only the time from that field. I have tried "right(datetime, 8)" and it works fine otherwise, but it drops the zeros off. (example 08:45:33)shows 8:45:33 in result. It would be ...more >>

Stored Procedure Recompiles
Posted by dba_ptook NO[at]SPAM yahoo.com at 3/10/2004 7:17:25 AM
Hi, I wonder if somebody can help me out here. I am trying to diagnose why a given stored procedure (listed below) persistently recompiles. The stored procedure definition is as follows: - CREATE PROC MyProc @Value1 VarChar(5), @Value2 Integer AS SELECT * FROM dbo.Table1 WHERE Col1 ...more >>

Unicode with DB-Library
Posted by Dan at 3/10/2004 7:13:48 AM
Hello, Data is broken on inserting unicode string into nchar-type column. i'm using ms-sql2k, db-library 6 and vc++6. ANY idea how I can deal with? Thanks! ...more >>

T-SQL "division by zero" workaround?
Posted by Graham Blandford at 3/10/2004 7:10:44 AM
Hi all, I'm sure there is a (simple) solution for this.. I am trying to return a percentage based on two table columns, and am getting a 'division by zero' error where the divisor is exactly that. Is there a simple construct that is commonly used? My Example; SELECT SUM(COLA), SUM(...more >>

Query/Update response time concerns
Posted by Martin at 3/10/2004 7:09:25 AM
Is there a way for me to tell from my VB6 program when an update that I've made to a single record in an SQLServer 2000 database has completed? I'm writing a program that needs to query a single table about 40 times a minute (the response will always contain a single record) and then it needs...more >>

Help creating a trigger
Posted by Mark at 3/10/2004 7:05:14 AM
In a table called Status, I have a column named dbInstalled, which contains Yes or No values. I would like to create a trigger which sends an email with SQL Mail whenever a new record is inserted that contains a No value for that field. Here's what I have so far: [CODE] USE FSStatus I...more >>

Real Column Name, Please Help
Posted by Kostas at 3/10/2004 6:56:55 AM
I bring up my issue again, Please help COLUMN_NAME gives the alias name, how can i get the real column name (OrderID) using T-SQL or executing any extended procedure?. USE Northwind GO CREATE VIEW my_view AS SELECT Top 1 OrderID AS my_alias FROM Orders GO SELECT * FROM my_view ...more >>

Datetime help
Posted by Steve K. at 3/10/2004 6:46:07 AM
How do I do the following 1) Do I put the 0700 in quotes or not IF DATEPART(hh,@start_date_time) >= '0700 2) I want to change the time portion of the @start_date_time var to 0700 ...more >>

Executing a DTS Package from a Stored Procedure
Posted by Brennan at 3/10/2004 6:45:50 AM
Hello: I'd like to know if it's possible to execute a DTS package from within a stored procedure. I've searched Books Online but haven't found any solutions. Any comments or suggestions would be appreciated Brennan...more >>

Update a date
Posted by Robert Batt at 3/10/2004 6:26:08 AM
Hello I simply wish to update a date field in a sql database table to a new date. the column is of type smalldatetim I have tried the following and it just updates the date to 1900-01-01 which is not good Update mytable set MyNewDate = 27/03/200 Where MyIndex key = 66 Any ideas in t...more >>

BCP Fails to Parse Format File If It Has White Space in Column Name
Posted by sdesy NO[at]SPAM paradox.ca at 3/10/2004 6:24:38 AM
Microsoft acknowledge that there's a problem when BCP parse a format file that as white space in column name. There workaround is to manually edit the format file to omit all white space characters from the last column in the format file (that is, characters 0x09-0x0D, 0x20). This is my form...more >>

backup log <my database> with no_log
Posted by myoav at 3/10/2004 6:21:48 AM
im running sql agent job that backups database with "full" recovery model. the last step of job is : backup log <my database> with no_log. the job return success but still i'm getting an error in the windows event viewer: "Database log truncated: Database: <db name>." error 18278 what ...more >>

SP's
Posted by brian at 3/10/2004 6:02:05 AM
I am begining to learn how to use Stored Procedures and was hoping someone could tell me what the use of N' is for. I see this in many examples. Thanks!...more >>

sp_columns thread safe?
Posted by Jesper at 3/10/2004 5:46:09 AM
Hi I have a web page which stores search results in temporary tables (##temptable). Each temp table may have a different structure and therefore different column names At some point I will be accessing these temporary tables and so need to know the column names. I retrieve the column names with ...more >>

My research project
Posted by Evelyn at 3/10/2004 4:51:09 AM
Greetings I am studying the database and my group and I are researching whehter SQL 2000 is a re-entrant coded ad-hoc query database software system. My understanding is that re-entrant means a file can be opened in read/write condition by multiple users simultaneosly. Would this be correct Also...more >>

urgent!! stored procedure
Posted by madhu at 3/10/2004 4:39:21 AM
hi prasad, Thanku.. Can u give brief in how to write the base procedre: (u mentioned below).. Funtion to get server name - @@servername Function to get login user name - system_user Funtion to get database name - db_name() Thanks. ...more >>

Parse Objects
Posted by Michas Konstantinos at 3/10/2004 4:18:26 AM
Hello Experts, Is there any way to Parse all my objects at once or within a loop using T-SQL? Thanks in advance....more >>

Alias
Posted by Michas Konstantinos at 3/10/2004 4:10:40 AM
Hello Experts, I have a View. Can I get the alias name of a column using T-SQL or an extended procedure? Thanks in Advance....more >>

urgent!!! in stored procedure in sql server
Posted by madhu at 3/10/2004 2:48:45 AM
hello experts, Few r responded my prvs mails.. "Write the stored procedure that retrieves the userid, domain, password from the windows or sql server profile and pass it to the "exec MASTER..xp_cmdshell'dtsrun /sbiztune- 3 /usa /padmin /npkg1' "(This is hardcoded).. I created the proc: ...more >>

Advanced Select and Insert
Posted by marcus.malmgren NO[at]SPAM plastal.com at 3/10/2004 2:32:27 AM
Hello! I'm using Sql Server 2000. I have problems creating a stored procedure that copies data from DIST_INDATA to DIST_ORDER. Here are my tables: DIST_INDATA distID int 4 (Primary Key) Data varchar 255 Klient varchar 20 Status int 4 Klockslag tim...more >>

thanx experts,Prasad
Posted by madhu at 3/10/2004 1:51:40 AM
hai prasad, Thaku for ur seggestion..so u mean to say that there is no need to run the pre scripts. while running the query analizer..When i log on to windows or sql database we have to execute the procedure and gv the inputs right..System will not takes the server,username,password auto...more >>

Error 8646!!! URGENT!!! PLEASE!!!
Posted by Volhv at 3/10/2004 1:51:11 AM
Hello ALL I got strage problem. While perfoming long update i got error 8646 (The index entry for row ID was not found in index ID 2, of table 641098466, in database 'MyBase') At microsoft site i found: 'FIX: Error 644 or 8646 May Occur During a DELETE or UPDATE Against a Table That Contains a ...more >>

Thanx experts..but pls clarify...
Posted by madhu at 3/10/2004 12:42:52 AM
hai thax for ur help. when i run this procedure in sql analyzer it is asking inputs.as per inputs the dts pkg file executing perfectly. this means: "retrieves the userid, domain, password from the windows or sql server profile and pass it to the "exec." statement" Is it right..or can we...more >>

Trigger
Posted by Laszlo Csabi at 3/10/2004 12:23:59 AM
HI FOLKS! I 'm new to Triggers, and I like to ask what is the problem with my trigger I 'd like to create. I have got 3 tables one is USERS the second one is REPSTOCK the third one is PRODUCTS . The PRODUCTS table containts 'WC_PRODUCT_CODE' ( this is a key ),'WC_AU_PRICE' ( Australian pric...more >>

Grouping on difference in time
Posted by Stijn Verrept at 3/10/2004 12:05:19 AM
This question is sort of a follow up on an earlier question. Suppose I have these rows: 3/4/2004 17:52:00 3/4/2004 17:18:00 3/4/2004 17:16:00 3/4/2004 17:54:00 3/4/2004 17:55:00 3/4/2004 17:50:00 3/4/2004 17:15:00 3/4/2004 17:31:00 3/4/2004 17:30:00 3/4/2004 17:27:00 3/4/2004 17:57:0...more >>


DevelopmentNow Blog