Topics
Started by
Posts
Last post
I have run into an issue that I was hoping somebody could help with. I am trying to run this query …
6 replies
hi gems i have the following issue of selecting multiple row values in a single row. example data …
8 replies
DECLARE @MyVersions TABLE ( RowKeyINT, RowDateDATETIME, VersionVARCHAR(32), CapacityINT ) SE…
4 replies
I am kinda new to querying. Scenario: I have two columns. (Item-Column1) and (Position-Column2). Th…
3 replies
I have this table CREATE TABLE NUMBER ( NumberID SMALLINT PRIMARY KEY NONCLUSTERED, NumberValue…
19 replies
Hello, I am new to SQL server and keep seeing dbo everywhere in the books I read. What is the signi…
2 replies
Hi I am confused by the GO statement. I've been advised that to reduce the memory buffer when deali…
9 replies
Hi, all, I am getting the following deadlock message, but I could not figure out what the mentioned…
1 replies
How can I Import an Excel file with different Sheet Name, I want to import it without supplying the…
1 replies
create table FirstTable(Attrib1 varchar(10), Attrib2 varchar(10),Attrib3 varchar(10)) insert into F…
4 replies
Hello, I have seen WITH SCHEMA BINDING ina book I am reading on SQL server. Could anyone explain th…
1 replies
so here is the structure of my 4 tables and the datatype of name is varchar(8) table 1 Table2…
1 replies
Can someone provide me with a script for checking the space available for all the DBs in an instanc…
2 replies
Hi , There is my script to see all failed job on sql server 2000 but its works fine with all the se…
7 replies
i have a stored procedure with the following statement: select cast ('MyText' as integer) as MyFiel…
1 replies
Viewing 15 topics - 2,551 through 2,565 (of 17,082 total)
You must be logged in to create new topics.