Viewing 15 posts - 361 through 375 (of 458 total)
LOLOLOLOLOLOLOL!!!!
March 11, 2009 at 7:19 am
casc (12/5/2008)
Hi Gaby.If this script should run on MS SQL Server, you have to fix it first!!!!
BR cas
Umm...this script ran fine in 2005. Tested in master, AdventureWorks, and a...
March 6, 2009 at 11:32 am
K. Brian Kelley (2/28/2009)
March 2, 2009 at 6:09 am
Greg Charles (2/27/2009)
February 27, 2009 at 11:18 am
Chad Crawford (2/27/2009)
Gaby Abed (2/27/2009)
use AdventureWorks
go
declare @tableA TABLE(col1 int, col2 int)
go
--stmt 1
select name from tempdb.sys.tables where name like '%tableA%'
--stmt 2
select...
February 27, 2009 at 8:34 am
sudhakara (2/25/2009)
ALZDBA (2/25/2009)
I think it is CU2 http://support.microsoft.com/kb/961930thks for your reply ..can you anyone confirm this what is the latest cumulative update package for sql server 2005 sp3 ?
Try this...
February 27, 2009 at 7:05 am
How many rows would this return? 🙂 (yes...it's different)
use AdventureWorks
go
declare @tableA TABLE(col1 int, col2 int)
go
--stmt 1
select name from tempdb.sys.tables where name like '%tableA%'
--stmt 2
select name from tempdb.sys.columns where...
February 27, 2009 at 6:47 am
GilaMonster (2/26/2009)
The other...
February 26, 2009 at 7:26 am
Steve Jones - Editor (2/25/2009)
I think this works to a point. When I worked at a small company, 3 or 4 instances, 5-10 databases, this is easy. When I worked...
February 25, 2009 at 9:13 am
Steve Jones - Editor (2/24/2009)
You restore all user db backups every day? Automated to a remote server?How much data is there?
It's not all that unusual it seems. There's a...
February 25, 2009 at 7:17 am
Jeff Moden (2/21/2009)
February 24, 2009 at 7:34 am
venki (2/20/2009)
I have a negative numbers in one of the column. Actually that is temperature min_temp.
Min_Temp float
In another table, the datatype is varchar for this data. I want to...
February 23, 2009 at 12:42 pm
Thanks GSquared. I had a sneaky suspicision that was the case, but had to be sure in cases where the table is truly massive.
February 23, 2009 at 8:32 am
Jacob Luebbers (2/19/2009)
Gaby,You may also want to amend the article to include the Excel 2007 methodology. Eg. using the Microsoft.ACE.OLEDB.12.0 provider with the Office 2007 System Driver installed.
Thanks...
February 20, 2009 at 6:51 am
J (11/13/2008)
Nice !There also might be confusion between letter "G" and number 6...
Definitely, feel free to update the script to do so. However, I've also submitted an updated script...
February 10, 2009 at 10:18 am
Viewing 15 posts - 361 through 375 (of 458 total)