Viewing 15 posts - 3,871 through 3,885 (of 13,462 total)
Manie you script looks pretty good without testing it myself;
Here's a something similar I built for some unknown forum post here; the basic differences are i'm also capturing changes to...
March 19, 2013 at 5:56 am
how does the data actually come? is it a real csv file, and not an excel doc?
I've imported millions of rows via bulk insert or SSIS with delimited files,...
March 18, 2013 at 2:10 pm
balasach82 (3/18/2013)
A. Are black box and defaula traces same?
Yes, but that trace only captures changes realted to DDL operations, ie CREATE TABLE/ALTER TABLE etc.
B. Is it possible to capture all...
March 18, 2013 at 9:49 am
weird, i haven't seen that issue before specifically; you clearly have dba rights to take it offline and online, so that's not the issue, especially since it's available afterwards.
I have...
March 15, 2013 at 12:45 pm
take a look at the script contributions on the site:
the second link from this results explicitly says jobs for SQL 2000/05/08,
http://www.sqlservercentral.com/search/?q=script+jobs&t=s
I think another search for the other items you...
March 15, 2013 at 9:08 am
ok great!
the trick here is you really need two queries, adn compare them agaisnt each otehr;
you already have the cheapest supplier, but now you wnat to know which regular supplier...
March 14, 2013 at 2:17 pm
jralston88 (3/14/2013)
Thanks for responding. I should have clarified that in my posting - the email account has the full domain. And the mapping you mentioned was done. ...
March 14, 2013 at 1:56 pm
r-276086 (3/14/2013)
BaseSupplierID__SupplierID___ProductID__Price
3_______________3___________1________11
3_______________4___________1________11
3_______________5___________1________15
3_______________6___________1________10
4_______________3___________2________16
4_______________4___________2________10
5_______________5___________3________16
5_______________8___________3________14
5_______________9___________3________10
Basically each product can be supplied from multiple supplies yet there is a base supplier (which in theory should be...
March 14, 2013 at 1:43 pm
gurjer48 (3/14/2013)
Yes system contains google updater but problem started after installing visual studio....its asking whether to use just in time debugger of new instance of visual studio?why
now that you have...
March 14, 2013 at 1:20 pm
laury.clark (3/14/2013)
If SQL Server 2005 is the server being used on a project would you also find Oracle 10g on that project as well?
some context is missing; what project are...
March 14, 2013 at 12:01 pm
sp_send_dbmail can only send to an address that conforms to an actual email address format, ie mygroup@mydomain.com; you cannot send to just "MyGroup"
a group account is handled special by an...
March 14, 2013 at 11:55 am
ok if it's a user who exists in a windows group, and doesn't have an individual login in SQL, then it's the issue Gazareth identified;
I assume the user are...
March 14, 2013 at 8:22 am
google update service is one of the things the google toolbar adds when installed on internet explorer or firefox.
if this is on a server, consider either updating to the latest...
March 14, 2013 at 7:39 am
check the default database for that login;
if the database was deleted, then you'll see that error, and need to reassign the default login, probably to master.
so as an example,...
March 14, 2013 at 5:45 am
WiRL (3/14/2013)
Hello Lowell,Thanks for the help. I have managed to get it working perfectly now.
Many Thanks
glad i could give you a push in a different direction!
March 14, 2013 at 5:36 am
Viewing 15 posts - 3,871 through 3,885 (of 13,462 total)