At the beginning of the month, we gave away The Official ubuntu Book, and now we’re giving away The Official ubuntu Server Book, Second Ed.! The book includes a DVD that contains the versions of Ubuntu Server needed for different CPU architectures. You also receive a code for a free online version of the book. [...]
How do I adapt the fragment of code below to show: a) Two columns – the Filipino Population and the Total Population b) The Filipino Population as a percentage of the total population SELECT DISTINCTROW POPDATA.CITYNUM, COUNT(*)FROM POPDATA WHERE POPDATA.ANCNUMBER=720 GROUP BY POPDATA.CITYNUM ORDER BY COUNT(*) DESC;
Like Oracle Logins how can we create Logins in Sql Server 2005? Please help me……….
When you’ve developed e website with vis stud, including an aspnetdb.mdf file and a database file for the webcontent, how can you use these mdf files on the isp server where sqlserver 2005 is running? A normal connectionstring in the web,sonfig file gives an error about the attachdbfilename being a wrong parameter.
I get this error when trying to restore a 30 mg database “Callback:SQL Server 2008: Out of memory on restore” and then get the error “”There is insufficient system memory in resource pool ‘internal’” Anyone have any ideas?
At present we are running a Windows 2008 Server which has Sharepoint 2007 installed and houses our exchange server. Apparently only the Express version of SQL server was installed initially and now the 4GB database limit is affecting our intranet. Have been advised that we need to update to SQL Server 2008 and what I [...]
i i have a question. my database is crash .i don’t have present backups.but i’m having last week backups. and backup strategy sunday 10 p.m full backup everyday 1 p.m differential backup every one hour transaction log backup please give me reply as soon as thanks & regards venkat
I want to do a web page with ASP.NET I already make another one using Access as my database manager but now is a bigger project so I want to know what can I use for create the database or if it’s good still with access. (I Know basically ”everything” is SQL but please give [...]
Is it acceptable to run SQL 2005 and SQL 2008 side-by-side on the same MS cluster (single-instance) cluster in production? At least temporarily until all SQL 2005 DB appl vendors are approved on SQL 2008. I know there were issues and recommendations to Not do this with SQL 2000 and 2005 because they were so [...]
We recently upgraded our application from version 3.1 to 3.5. We had run the latest schema and other DB changes on the existing 3.1 Database. This is how we upgrade to higher versions. Now the problem is, after the upgrade, the disk usage has gone very high. What are the possible reasons for high disk [...]
Question: a) steps to backup the daily incremental in sql server 2005. b) steps to backup the daily incremental in sql server 2005 express.
I have large data sets of over 5 million customers in several excel 2000 worksheets. I would like to import the data to a SQL database and preserve all data including notes fields which are huge and contain all types of characters. What is the best method of achieving this?
I’m working on a stored procedure to capture SQL Server 2005 Audit events. There is an Application login/user that generates a LOT of rows because it is constatntly hitting the database. I’m using something like: exec sp_trace_setevent @TraceID, 14, 11, @on How do I EXCLUDE a specific login from being audited?
I am running Microsoft Dynamics Retail Management System POS 2.0 on Microsoft XP platform. Store Operations Administrator and Manager are working with no problems. I know I am networked properly. When I open the POS I get the following: “Open-Incorrect Function”, I can click OK and sign on the the POS, then I get “Write-No [...]
Writing procedures for two databases I designed. How do I print the screens to attach to the procedure?
I am calling one crystal report from VB, it is running well on server. but when I run the same at client side, report comes on a screen for a second and disappered. Output is splash for a sec and return it to calling form. Can you please suggest me the possible reason with solution.
hi, I want to create a sql that generate a number of 4 digits with combination of character input.The number will increase if it is new record. for example : category = ‘P’ so the output will be : P-0001 for the next record the output will be : P-0002 any ideas? thanks.
Here are the 3 simple SELECT queries i have but i want to merge them all into 1 singl query.
DECLARE @TIME1 VARCHAR(10),@DURATION VARCHAR(10) SET @TIME1=’10:00′ SET @DURATION=’00:25′ SELECT CONVERT(TIME(0),@TIME1)+CONVERT(TIME(0),@DURATION) I need to add two timings …suppose if the @time1 is ’10:00′ and the duration is ’15′ mns then it should show 10:15 … Any help highly appreciatable…
I’m trying to create a report that will estimate our cost to a taxi vendor. I have the exact mileage, however I need to round to the nearest 1/8 of a mile. Does anyone have any idea how to do that either is Crystal Reports formula or SQL?





