Enter Keywords:
1 - 10 of 75(0.028 seconds)
Sort By:
 
I have converted around 395 Excel survey forms to MS SQl database with that many tables. Well, I run a script to assign a primary key on all the tables on my database.First I set the column proper...
Zones: SQL Server 2008, SQL S...Date Answered: 11/30/2008 Rating: 9.1 Views: 42
I would like to create a dynamic SQL update/insert statement based on some parsed data in a table in SQL and run this against an existing table in the same database. The issue I'm having is that so...
Zones: SQL Server 2008, SQL S...Date Answered: 02/04/2008 Rating: 8.2 Views: 0
Hi - I am trying to take advantage of Geometry in MS SQL server 2008 to calculate the distance between 2 points. I have this working as follows: -----------------------------------------------...
Zones: SQL Server 2008, MS ...Date Answered: 12/28/2008 Rating: 8.1 Views: 0
I would like to set up Transactional Replication between SQL 2000 server which will be the publisher and SQL 2008 server which will be the subscriber.  Can somebody please explain how I can do this...
Zones: MS SQL ServerDate Answered: 02/11/2009 Rating: 8.4 Views: 37
Hi.   I have a table with projects and buyers like this: Project     Buyer A             Tim A             Matt B              John C              Clark I want a new table that looks lik...
Zones: MS SQL ServerDate Answered: 03/16/2009 Rating: 9.1 Views: 0
Hi.   I have three columns: Contract    Year    Month How do I secure the table so there can't be: Contract1      2008      5 Contract1     2008      5 Very new to sql server and...
Zones: MS SQL ServerDate Answered: 03/20/2009 Rating: 9.0 Views: 0
Hi.   Is it possible to have multiple CTEs in a query?
Zones: MS SQL ServerDate Answered: 03/31/2009 Rating: 9.3 Views: 0
Hello experts, I have a table in which for one of the colums there is a space and becos of that all the records that have space are appearing on the top in my dropdownlist In spite of using LTr...
Zones: SQL Server 2008Date Answered: 05/15/2009 Rating: 7.4 Views: 0
Hello, I have zipcodes table in which both Longitude and Latitude columns are varchar datatype. In my stored procedure I am converting them into float even then I am getting an error saying E...
Zones: SQL Server 2008Date Answered: 05/19/2009 Rating: 6.6 Views: 32
Hi, I have a table containing a field lastModificationTime, I want to do periodic controls over the records, say every 5 mins, in this field and if there has been more than 5 mins I want to upda...
Zones: SQL Server 2008, DatabasesDate Answered: 06/01/2009 Rating: 8.2 Views: 0