Viewing 15 posts - 15,931 through 15,945 (of 26,486 total)
If you had to choose one, which would it be:
A) Pacer
B) Gremlin
C) walk
April 19, 2010 at 11:07 am
All of this:
The first INSERT statement moves about 800,000 rows from these tables. The second INSERT statement creates about 200,000 rows in the fact table by querying the fact table...
April 19, 2010 at 11:06 am
Suggest I do that a mirror said Troll should look.
April 19, 2010 at 10:51 am
DimDim (4/19/2010)
Job Step = Operating System [CMDEXEC]
Run as = SQL Agent Service Account
COMMAND =
"sqlcmd -SABCDEF -E -d TEST -i L:\ALTERINDEX.sql...
April 19, 2010 at 10:45 am
Grant Fritchey (4/19/2010)
anthony_merriwether (4/19/2010)
April 19, 2010 at 10:33 am
dakshinamurthy-655138 (4/19/2010)
my Pc or Laptop loginname is dakshina, where as i login to sql server using sa login and its password, the sql server may be either in my own...
April 19, 2010 at 9:00 am
jcrawf02 (4/19/2010)
I don't know if I want anybody else's stinky feet in my shoes. gross.
Even if we make sure that they wear clean socks? 😛
April 19, 2010 at 8:35 am
dakshinamurthy-655138 (4/19/2010)
i even tried that, i will ge the login used to connect to sql server, but i am required of the loginname used to connect to my PC...
April 19, 2010 at 8:21 am
anthony_merriwether (4/19/2010)
April 19, 2010 at 8:15 am
Curious. I execute select suser_sname() and it returns my username, not the name of my desktop system from which I have logged into the SQL Server instance.
April 19, 2010 at 7:56 am
CirquedeSQLeil (4/16/2010)
If so, can you verify for me if ANSI_NULLS is off in sp_who2 on your server?
I believe it would be since that is...
April 16, 2010 at 3:23 pm
Jeff Moden (4/16/2010)
dma-669038 (4/16/2010)
April 16, 2010 at 3:20 pm
Based on your sampe data, how about this:
--DocID FieldName FieldValue
--1 Number 1000
--1 DocName Murphy.doc
--1 City Greenville
--2 Number 50
--2 DocName Biggs.doc
--2 City Null
create table #testtab (
DocID int,
...
April 16, 2010 at 3:16 pm
DTA is a good tool, just take its recommendations with 2-ton grain of salt. You really need to test the recommendations that it makes to be sure that they...
April 16, 2010 at 2:59 pm
Viewing 15 posts - 15,931 through 15,945 (of 26,486 total)