Viewing 15 posts - 8,806 through 8,820 (of 9,399 total)
SQLRNNR (11/4/2013)
jasona.work (11/4/2013)
Trying to get in touch with the people who need to update the application, people potentially trying to...
November 4, 2013 at 12:30 pm
SQLRNNR (11/4/2013)
L' Eomot Inversé (11/4/2013)
SQLRNNR (11/4/2013)
Fusterocioso
Cluck
Chicken
November 4, 2013 at 12:26 pm
hoseam (11/1/2013)
CREATE TABLE [dbo].[Location](
[LocationID] [int] IDENTITY(1,1) NOT NULL,
[Location] [nvarchar](255) NOT NULL,
[Product_Code] [nvarchar](255)...
November 4, 2013 at 7:09 am
L' Eomot Inversé (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
SQLRNNR (11/1/2013)
The Dixie Flatline (11/1/2013)
[font="Wingdings"]It should be the last font on the dropdown, Luis.[/font][font="Wingdings"]How sure are you about that?[/font]
[font="Wingdings"]Pretty sure, I don't think...
November 1, 2013 at 11:57 am
jasona.work (11/1/2013)
What font and size do you have your SSMS text set to?
I'm trying to come up with one that I like for both readability and...
November 1, 2013 at 9:34 am
Kurt W. Zimmerman (11/1/2013)
November 1, 2013 at 9:10 am
Mike.brickles (11/1/2013)
how do i index the tables ?
In 2005, generate the script to create the table by using Script Table As...Create To...New Query Editor window. Then connect to your...
November 1, 2013 at 8:36 am
ix.lives (11/1/2013)
November 1, 2013 at 8:31 am
Kurt W. Zimmerman (11/1/2013)
Mike.brickles (11/1/2013)
I moved the tables by using the import and export dataI really dont know much about sql at all
Are the 2 schemas the same? ...
November 1, 2013 at 8:27 am
Instead of updating the record's product_code field, why not just add a field that tracks when the row was added and another one for the last update?
The issues I see...
November 1, 2013 at 6:55 am
Mike.brickles (11/1/2013)
I have couple of SQL Tables with customers information the database works fine on SQL server 2005 but when doing a search when the tables are under SQL...
November 1, 2013 at 6:48 am
Richard Warr (11/1/2013)
UPDATE Product SET Product_Code = Left(Product_Code,ProductID) + '-Altered';
That's still a really weird thing to do though. What is the Left(Product_Code,ProductID) bit supposed...
November 1, 2013 at 6:40 am
Ford Fairlane (11/1/2013)
Rune Bivrin (11/1/2013)
November 1, 2013 at 6:27 am
ix.lives (10/31/2013)
November 1, 2013 at 6:23 am
That's one database with different files. There's still only one tempdb.
October 31, 2013 at 1:43 pm
Viewing 15 posts - 8,806 through 8,820 (of 9,399 total)