dbTalk Databases Forums  

Sponsored Links


microsoft.public.sqlserver.programming microsoft.public.sqlserver.programming


Discuss in the microsoft.public.sqlserver.programming forum.



Post New Thread
Threads in Forum : microsoft.public.sqlserver.programming Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have a database with a lot of stored procedures, and over time the schema has changed such that some sprocs won't run. It would be a headache to...
Charles
09-04-2009 07:24 AM
Charles Go to last post
19 87
Hi guys Has anyone here had any experience with internal rate of return (IRR)calculations on SQL Server. We have an asset management system where...
N
09-04-2009 06:45 AM
Charlie Go to last post
11 332
hi; I am using sql server (msde) 2000 the report is already in excel manually updated need help with a sql statement. I have a transactional data...
Ore
09-04-2009 12:40 AM
John Bell Go to last post
1 36
Hello, I have a string that is entered on a website. I would like to create a procedure to find the records where the column value in a table is...
Jack
09-03-2009 09:17 PM
Plamen Ratchev Go to last post
1 33
Hello, On my Users table I have a column named LastLock. This column holds the last date where the account was locked. The problem is that some...
shapper
09-03-2009 04:51 PM
Erland Sommarskog Go to last post
2 56
Using SQL Server 2008, I have 2 tables and need to figure out how to get the (max date) previous result and the (max date) future result... CREATE...
dm
09-03-2009 04:36 PM
dm Go to last post
2 42
I am not getting the results I am needing. I am trying to do a item called pace in this hierarchy Three types of capacity- with each cap type three...
Paul Lambson
09-03-2009 01:20 PM
Krystian Zieja Go to last post
1 43
Hello: Is there a such thing as scheduling SQL to run a CREATE INDEX statement each night in order to create a table's index? It's easy to set up a...
SQL Programmer
09-03-2009 12:11 PM
Bob Go to last post
2 47
I look at the DB names in a User Instance and I see the system names and Two DBs are named like: I:\MY DOCUMENTS\VISUAL...
AAaron123
09-03-2009 11:57 AM
AAaron123 Go to last post
6 44
Hello, received a .sql script file which is aimed in creating a new sql 2005 db and noticed a bunch of square symbol characters when opening it and...
7777
09-03-2009 11:25 AM
Sylvain Lafontaine Go to last post
4 33
Dear ALL, I'd like to know if anyone of you knows what is formula for NTILE funcion. Regards
Alberto
09-03-2009 09:56 AM
--CELKO-- Go to last post
5 38
ALTER DATABASE DBNAME SET PARTNER = N'TCP://??.???.???:5022' ------------------------*/ Msg 1414, Level 16, State 1, Line 1 The database is being...
Dima Abramov
09-03-2009 09:49 AM
Dima Abramov Go to last post
2 38
Hi, I'm fairly new to using SQL. I have a database with a field where I once combined two values (sometimes) into one (the original db dates back 15...
Larie Koek
09-03-2009 01:05 AM
Larie Koek Go to last post
6 46
Hi All Trying to setup a linked server in SQl Server Express 2005 is driving me nuts I created a Linked server in SSME, selected SQl Server as...
Steve
09-02-2009 04:43 PM
Steve Go to last post
6 39
I'm trying to find a last names that begin with a "M". I thought the "%" option meant at the beginning of line, but this returns records like...
Scott
09-02-2009 03:56 PM
--CELKO-- Go to last post
5 44
Gurus It appears that in one of our production servers there is a situation.It seemed that in the view of the progress of the job it is running but...
Bill_Orova
09-02-2009 02:10 PM
Russell Fields Go to last post
2 37
Is there an approach that permits querying one of two identically structured views depending on the user's choice, other than using an IF? So, an...
Duke Carey
09-02-2009 11:48 AM
Duke Carey Go to last post
3 33
Hello, I have a database that I have managed for many years now. I have done many backups and restores with no problems. Today I did a restore...
JPK
09-02-2009 10:30 AM
JPK Go to last post
4 115
I tried to format this... :-) This is a update trigger example for a database called Database1 and a table called DatabaseTable. When I update a...
danid12
09-02-2009 10:19 AM
ML Go to last post
3 49
Hi all, using sql 2008 sp1 32-bit Here is strange one maybe someone could shed some light. In studio when runing the same query in two different...
gv
09-02-2009 09:53 AM
gv Go to last post
4 39
I am surprised that nobody has made fun of me with the current series in DILBERT on Standards. What is the funof being Troll bait, if nobody bites?...
--CELKO--
09-02-2009 09:46 AM
Smokey Grindel Go to last post
5 42
I have two working SQL queries: EVENTS: SELECT memberid FROM OPENQUERY(events,'SELECT * FROM registrations WHERE eventid = 1615') CRM: SELECT...
Kevin Blount
09-02-2009 08:28 AM
Kevin Blount Go to last post
4 32
We have a device that can log events to a SQL server, but it only send fields: EventDate EventTime Device Message and a few others The Message...
Jordan
09-02-2009 05:57 AM
ML Go to last post
2 61
Hi, - cross posting from ADO.NET newsgroup - what are the proper design patterns for throttling sql server command execution/the number of...
dlosch
09-02-2009 12:54 AM
dlosch Go to last post
3 31
Is there a function in SQL 2000 that will find a string between the 3rd and 4th space so if I had a string fields that contained "Today is Tuesday...
Chris
09-01-2009 10:56 PM
Chris Go to last post
3 45
Hi. My SQL knowledge often benefits from browsing this newsgroup. Today I would like to benefit others and share a way I solved one of my own...
Farmer
09-01-2009 10:17 PM
Farmer Go to last post
2 39
I've tried disabling a trigger via SSMS (VS2005) query window and it takes forever 'executing', until I just cancel it. When I use right click on...
danid12
09-01-2009 05:28 PM
danid12 Go to last post
3 36
I'm considering binding a default with the NEWSEQUENTIALID() function in it for the Clustered PK on the existing table to avoid fragmentation...
mEmENT0m0RI
09-01-2009 05:21 PM
mEmENT0m0RI Go to last post
9 35
I need to create a solution to populate some reporting tables. Whatever I come up with will be used in different locations, therefore the source and...
gambool
09-01-2009 05:07 PM
Erland Sommarskog Go to last post
2 40
Hi - The environment here is a SQL 2k5 Std Edition instance on a Win 2k3 Std Edition box. The collation of the databases and the default for the...
Steve M
09-01-2009 02:57 PM
Steve M Go to last post
9 35
SQL Server 2005 and 2008: I have a table with a column defined as Char. The table contains a dozen rows where the Char column contains a NULL value...
Dean Slindee
09-01-2009 02:22 PM
slindee Go to last post
10 62
I'm hoping someone here can help answer a few questions for me regarding using .NET Assemblies as stored procs (or referencing them inside stored...
JDeats
09-01-2009 01:25 PM
Bob Beauchemin Go to last post
2 35
If I attach a database and the connection string includes an Initial Catalog I find the database name is different than if I don't include an...
AAaron123
09-01-2009 01:04 PM
AAaron123 Go to last post
3 31
I'm having an issue with xp_instance_regwrite in getting values stored into the registry from a SQL 20008 enterprise server running with sp1 on win...
tom
09-01-2009 01:01 PM
tom Go to last post
2 29
Hello, On a table, when not using Id Identity as PK, is it possible to get the order of the inserted records based on Created Date? CreatedDate is...
shapper
09-01-2009 12:09 PM
Russell Fields Go to last post
4 57
Lets say I have a table called info and it has 5columns. The first column is called Emp_id, the second is last_name, third is called first_name,...
Big Ern
09-01-2009 11:52 AM
Big Ern Go to last post
4 44
Hello, I am mapping the following SQL table using Entity Framework: create table dbo.Assets ( Id int identity not null, Content nvarchar(max) not...
shapper
09-01-2009 10:31 AM
Lucas Kartawidjaja Go to last post
5 32
Hi Experts I have 2 views (View1 and View2) that produce different recordsets but the column name are the same. I would like a third view (View3) to...
jez123456
09-01-2009 07:48 AM
sloan Go to last post
1 42
I need to return a text data type as my output type, but I get the error : Invalid parameter 2 ('@FileLocation'): Data type 0x23 is a...
Mike P
09-01-2009 07:30 AM
Tibor Karaszi Go to last post
1 36
I am getting the following error: "The SqlParameter is already contained by another SqlParameterCollection." In the code below, the error occurs...
MCM
09-01-2009 06:35 AM
Charles Wang [MSFT] Go to last post
3 71
The create database scripts in sql 2008 appear to work differently to 2005, in that they seem to point to the database files to attach, rather...
j
09-01-2009 05:32 AM
j Go to last post
1 29
Hello, ---DDL start --- CREATE TABLE #test ( Tid TINYINT PRIMARY KEY, Team VARCHAR(10), CHAR(1) CHECK ( in('P','B')),
Abba
09-01-2009 04:32 AM
Abba Go to last post
9 20
declare @test table (prodid int, serialno int) insert into @test select 1, 2220 union all SELECT 1, 2221 UNION ALL SELECT 1, 2222 UNION ALL SELECT...
VJ
08-31-2009 09:09 PM
Plamen Ratchev Go to last post
1 35
Hello. I'm stuck. I've got this stored procedure that produces a temporary table. It works great, but I need all unique emails for a given dbname...
jc
08-31-2009 05:03 PM
Erland Sommarskog Go to last post
3 27
Can you define "Owner" when using EXECUTE AS Owner for a stored procedure? Does that mean the stored procedure will be executed as the owner of...
msnews.microsoft.com
08-31-2009 05:01 PM
Erland Sommarskog Go to last post
3 28
On Tue, 25 Aug 2009 10:37:24 -0700 (PDT), --CELKO-- wrote: Great when you have a foreign key with cascading updates, of course. But how deep is the...
suslikovich
08-31-2009 03:45 PM
Hugo Kornelis Go to last post
59 119
Hi, I have a column called ATU in a table xyz and the values of ATU are ATU --------- AS01 AS02 AS03 AS04
Learner
08-31-2009 03:33 PM
simon whale Go to last post
11 59
Hello, Say I have a table with columns Table1(Id, ValueA, ValueB) and I want to update its values from a subquery with columns Table2(Id, ValueID,...
Ed
08-31-2009 03:30 PM
Plamen Ratchev Go to last post
7 20
Hi, I assume someone here knows the Pivot function? :) i could use some help. I've never used it before so i'm pretty lost. Could someone get me...
Jason R. Soby
08-31-2009 12:09 PM
Plamen Ratchev Go to last post
1 26
I came to know from an article that each data page has a 96bytes reserved for headers. So it means 8192 byes - 96 = 8096 bytes (for each row). Then...
SqlBeginner
08-31-2009 11:41 AM
Kalen Delaney Go to last post
2 18
Post New Thread

Display Options
Showing threads 3301 to 3350 of 77218
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.