| Thread | Last Post | Replies |
|
| SQL Query date doubt | 27 Feb 2010 18:21 GMT | 1 |
Please, could you help me with this SQL query ? I need get data from last 3 months, but it´s shows me only January's data. (Query doesn´t get data from november and december/2009)
|
| count(*) by hour | 26 Feb 2010 23:19 GMT | 2 |
I have this query SELECT COUNT(*) FROM Pro WHERE D_TIME BETWEEN '2010-02-14 00:00:00.000' AND '2010-02-20
|
| Split a period of time | 26 Feb 2010 22:44 GMT | 1 |
Suppose you were looking at widget manufacturing data, and your DB looked like this: tblWidgetsProduced dtStartTime
|
| Linking/attaching access tables | 26 Feb 2010 21:34 GMT | 1 |
Is it possible to link access tables to a sql server 2005 db? I can't seem to find any option in Management Studio. Thanks Regards
|
| Would Appreciate Some Table Schema Guidance... | 24 Feb 2010 00:25 GMT | 1 |
I don't really have a problem per se but since I am not a 24/7 DB developer I'd appreciate an experienced set of eyes to provide some feedback (and help me avoid future problems). I am getting under way with designing a new MS SQL DB architecture
|
| Design question | 23 Feb 2010 14:31 GMT | 6 |
I've been tasked with designing an application to capture data about sports clubs. Let's say there are four different types of club - Soccer, Cricket, Rugby and Tennis. For various reasons it is essential that data about
|
| how to extend existing entity table in db without adding new columns every time | 23 Feb 2010 08:06 GMT | 4 |
I am trying to design a db schema (or rather extend existing db schema). My goal is to extend the database table so that every time a new column is needed, we dont go about adding the new columns by altering the table. Here is some background.
|
| Question on the life of a temp table | 22 Feb 2010 23:07 GMT | 6 |
Here is the senario: I have a stored procedure (we'll call it ProcA) which builds a cursor then loops over the cursor calling another proc (we'll call this one ProcB) for each record. I need to create a temp table inside ProcB.
|
| SQL 2008 ENT Access | 21 Feb 2010 08:30 GMT | 1 |
I have a SharePoint farm running and connecting to a SQL 2008 default instance. However, it looks like the domain "Logins" within the MGMT Studio are gone; I do not see any domain accounts nor can I perform any sys admin
|
| Security question | 20 Feb 2010 23:41 GMT | 2 |
I have created a database called ALIS with schemas logically related to company departments: usr All Users acc Accounting
|
| Script irregularities w/ SQL Server Agent & Powershell | 20 Feb 2010 01:22 GMT | 1 |
I will need to perform a nightly rebuild of a database during the pre-release testing phase of a project. The build and populate is performed by a number of .sql scripts. I found a nice Powershell script to run all of these sql scripts by
|
| restore backup and roll forward versus detach/attach? | 19 Feb 2010 17:47 GMT | 1 |
SQL Server 2005 SP2 9.0.3054 I would like to move my DB (with Full Recovery Model) onto a /different/ server. I would like to do this w/o losing any transactions.
|
| database recovery | 19 Feb 2010 05:09 GMT | 2 |
I'm no where close to a SQL Server expert but we're using it as a back end to another application. I lost a PC that had MS SQL Server 2000. I was able to recover the .MDF and .LDF files but nothing else. How can I restore these files to another SQL
|
| C API | 18 Feb 2010 07:34 GMT | 1 |
does the SQL Server 2005 or 2008 have an API for the programming language C? Regards, Domenic
|
| ODBC Connection Wizard: Can't see SQL Server | 18 Feb 2010 07:33 GMT | 3 |
I wonder whether you may have some hints and pointers. I'm trying to create an ODBC User/System DSN but can't see the SQL server in the ODBC New Connection Wizard drop-down. The client machine is in a different domain than the server. I can ping the server and resolve by
|